Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
SXSSFSheet enableLocking and tabColor #25
+182
−0
Conversation
danilorangelmg
added some commits
Oct 27, 2015
asfgit
closed this
in f701e81
May 16, 2017
onealj
commented
May 16, 2017
|
Sorry for the delay. Committed in r1795277. http://svn.apache.org/viewvc?view=revision&revision=1795277 With a little rework of src/ooxml/testcases/org/apache/poi/xssf/TestSheetProtection.java, we could probably get unit test coverage of these new functions. Interested? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
danilorangelmg commentedOct 27, 2015
I needed to lock and color the tab of a .xlsx spreadsheet generated from a SXSSFSheet and realized that there was no implementation in this type of sheet, the fact of using SXSSFSheet is on the large amount of rows exported in spreadsheet and the large consumption of memory that the XSSFSheet used in Jboss.It is the SXSSFSheet the best option.
Implement SXSSFSheet lock(AutoFilter, cells...)
Thanks.