dhatim / fastexcel

Generate and read big Excel files quickly
Other
647 stars 116 forks source link

(support) is there any method like setTabColor to set tabs in different color?? #313

Closed GuopingYe closed 7 months ago

GuopingYe commented 11 months ago

As the title. Thanks for ur help!

meiMingle commented 8 months ago

I don't fully understand what you're asking for, if you could give an example or provide some samples to show what you want, maybe I can help solve it.

GuopingYe commented 8 months ago

I don't fully understand what you're asking for, if you could give an example or provide some samples to show what you want, maybe I can help solve it.

thanks for ur help, please refer to POI, https://www.tabnine.com/code/java/methods/org.apache.poi.xssf.usermodel.XSSFSheet/setTabColor

meiMingle commented 8 months ago
        <repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
    </repositories>

        <dependency>
        <groupId>com.github.meiMingle.fastexcel</groupId>
        <artifactId>fastexcel</artifactId>
        <version>feature-setTabColor-SNAPSHOT</version>
    </dependency>

@GuopingYe Before this repository manager merges my PR, you can temporarily use the above dependencies for testing