Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SXSSFSheet enableLocking and tabColor #25

Closed
wants to merge 2 commits into from

Conversation

danilorangelmg
Copy link

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.

@asfgit asfgit closed this in f701e81 May 16, 2017
@onealj
Copy link
Contributor

onealj commented May 16, 2017

Sorry for the delay. Committed in r1795277. http://svn.apache.org/viewvc?view=revision&revision=1795277
This will be included in POI 3.17 beta 1.

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
Labels
None yet
Projects
None yet
2 participants