Skip to content

Comments

Implemented the Row.getZeroHeight and Sheet.IsColumnHidden methods#48

Merged
monitorjbl merged 3 commits intomonitorjbl:masterfrom
TraxTechnologies:master
Aug 4, 2016
Merged

Implemented the Row.getZeroHeight and Sheet.IsColumnHidden methods#48
monitorjbl merged 3 commits intomonitorjbl:masterfrom
TraxTechnologies:master

Conversation

@ToddWarwaruk
Copy link
Contributor

No description provided.

private final StylesTable stylesTable;
private final XMLEventReader parser;
private final DataFormatter dataFormatter = new DataFormatter();
private final Set<Integer> hiddenColumns = new HashSet<>();
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why this needs to be here. This information only applies to Rows, correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this does not apply to rows, this is in support of the org.apache.poi.ss.usermodel.Sheet.isColumnHidden(int columnIndex) method

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I see. I thought that method was on Row. Looks fine to me then.

@monitorjbl
Copy link
Owner

Can you add a quick unit test for this? Once that's in, I'm good to merge this.

@monitorjbl monitorjbl merged commit a49bb9a into monitorjbl:master Aug 4, 2016
@monitorjbl
Copy link
Owner

Thanks!

@ToddWarwaruk
Copy link
Contributor Author

Hey, thank you!

Todd Warwaruk
Platform Architect
Trax Technologies, Inc.
M: 480-206-5458
TraxTech.Com http://traxtech.com/
https://www.linkedin.com/company/trax-technologies
https://twitter.com/TraxTech
https://plus.google.com/+TraxTechnologiesScottsdale
https://www.youtube.com/channel/UC3dLvg5LNV9ot6pgdQluw5g

On Wed, Aug 3, 2016 at 6:41 PM, Taylor Jones [email protected]
wrote:

Thanks!


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#48 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AHLXayFQY-tW5mKSeuOUCOnUkYqBiK_eks5qcUNDgaJpZM4JYajn
.

CONFIDENTIALITY NOTICE: The preceding and/or attached information may be
confidential or privileged. It should be used or disseminated solely for
the purpose of conducting business with Trax. If you are not an intended
recipient, please notify the sender by replying to this message and then
delete the information from your system. Thank you for your cooperation.

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

Successfully merging this pull request may close these issues.

2 participants