Git Product home page Git Product logo

nodeexcelstyledemo's People

Contributors

huyifan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

nodeexcelstyledemo's Issues

合并过后的单元格,可以加上背景色但是加不上border

老哥,在不,遇到了一个问题:就是有一些格子是合并的,data里面也给每一个cell设置了样式,背景色fill和 border,但是 没有合并过的格子 就有边框,但是合并过后的,大格子里面 第一个未合并前的第一个格子有边框,其余的都没有

如图:

image

遍历全部数据,都添加了这个样式

{
            v: xxxxxx,
            s: {
                border: borderAll, //全border ,top left right right
                alignment: {
                        horizontal: "center",
                        vertical: "center"
                    },
                fill: {
                    fgColor: {
                        rgb: 'ffff00'
                    }
                },
        
            }
        }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.