-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Odd cell.s value #134
Comments
Thanks for creating this @CMiller3, would you kindly fill in the fields as specified in the description of the issue? Unfortunately, I won't be able to investigate it without this information. |
Thanks for updating the description, let me have a look... |
I could also be completely wrong -- just thought that was how the library worked. Thank you! |
Thank you for the attention -- it turns out the fields I was looking for were not in cellStyles but in cellFormats
offered the clues of where to head next. I will say, intuitively I expected Formats to be more number format, not cell 'stylings' with colors and fonts. |
I agree with you, this is not a great name, but this is how the Microsoft folks have chosen to name it, unfortunately. BTW, I've opened #135 to simplify lookups in formats and fonts, which will be included in the next release. |
Version
0.13.0
Description of the bug
When querying a cell's "s" value, cell.s, defined in the documentation as
Then querying the styles table as:
offers index out of range or nil in each respectively.
Expected behavior
I expected the cellsStyle table with index of cell.s to be the style sought.
The text was updated successfully, but these errors were encountered: