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

Feature Request: addMergedRegionUnsafe on rowspan/colspan #7

Open
miao1007 opened this issue May 29, 2018 · 1 comment
Open

Feature Request: addMergedRegionUnsafe on rowspan/colspan #7

miao1007 opened this issue May 29, 2018 · 1 comment

Comments

@miao1007
Copy link

The default implication of rowspan is addMergedRegion and it's really magic.

However the method addMergedRegion is slow on large data because it need to check range at every loop, see detail at http://apache-poi.1045710.n5.nabble.com/Bug-60397-New-very-slow-Cell-Merge-for-SXSSFWorkbook-td5725704.html

give a choice on if use the unsafe merge would be more helpful.

public interface CellDefinition extends HasStyle {

+    CellDefinition colspanUnsafe(int span);
+    CellDefinition rowspanUnsafe(int span);

}
@musketyr
Copy link

musketyr commented Oct 9, 2018

I'm sorry I haven't answered yet! It thought I've already had. I'll take a look as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants