GitHub user goto13 opened a pull request:
https://github.com/apache/poi/pull/29
XSSFSheet#ungroupColumn method fixed as MS Excel and HSSFSheet
XSSFSheet#ungroupColumn method fixed as MS Excel and HSSFSheet.
The resuld of XSSFSheet#ungroupColumn was different from the result of
HSSFSheet#ungroupColumn.
The result of HSSFSheet#ungroupColumn is same as MS Excel.
So I fixed the XSSFSheet#ungroupColumn as it makes the same results as the
HSSFSheet#ungroupColumn.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/goto13/poi trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/poi/pull/29.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #29
----
commit db46bceb8f74b7b3ddf6844932e58dacd4d4f502
Author: unknown <[email protected]>
Date: 2016-01-27T07:59:26Z
setColumnAttributes fixed.
If fromCol has a "collapsed" tag, and "collapsed = false",
toCol has attribute of "collapsed = true".
It seems a bug.
commit 835313f191d77bbb3d91ac38c8a31c5fd08981c2
Author: unknown <[email protected]>
Date: 2016-01-29T07:21:13Z
XSSFSheet#ungroupColumn method fixed as MS Excel and HSSFSheet
commit c769612708f54ad8020ff7190217f284e35c04b5
Author: unknown <[email protected]>
Date: 2016-01-29T07:35:20Z
return to the original
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]