question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[bug] Row info about visibility is missing

See original GitHub issue

I’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:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
SheetJSDevcommented, Jan 5, 2022

Pass the option cellStyles: true to read, then the !rows property of the worksheet object will be populated. Each object corresponds to a row. The hidden property of each row will be set to true if hidden.

1reaction
azeez1776commented, Jan 26, 2022

@reviewher @ybelenko Can I work on the documentation issue and submit a PR

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found