[bug] Row info about visibility is missing
See original GitHub issueI’m trying to migrate from PHPOffice/PhpSpreadsheet to this package. PhpSpreadsheet works fine with my xlsx file, while sheetjs gives no info about hidden rows. It’s really important since my script needs to ignore hidden cells.
Mentioned file has been sent to email from the Contributing doc.
Package version: "xlsx": "^0.17.4".
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Bug in table when column is invisible · Issue #1299 - GitHub
Setting a row's visibility seems to be an issue in tabulator, I am however not able to ... Is this a bug, or...
Read more >visibility:collapse does not work correctly for table columns or ...
Still able to reproduce this bug. ... As a workaround had to set all box model properties (height, padding, line-height etc) to `0`...
Read more >Missing cell for newly visible row | Apple Developer Forums
Replies · Happend to me too. · this tag saved ??????? · I'm also getting this error when I run in the simulator....
Read more >39098 - Elements with visibility:hidden, visibility:collapse, or ...
DESCRIPTION: Elements with the CSS property visibility set to hidden or ... *SPAM*: Changing the QA contact of all open/resolved Selection bugs from ......
Read more >Missing output from 'Visibility' Tool - Esri Community
According to the first line of the help thread I forwarded... "A viewshed identifies the cells in an input raster that can be...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Pass the option
cellStyles: true
to read, then the!rows
property of the worksheet object will be populated. Each object corresponds to a row. Thehidden
property of each row will be set totrue
if hidden.@reviewher @ybelenko Can I work on the documentation issue and submit a PR