Skip to content
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

Cell type always BRACellContentTypeUnknown #16

Open
ddaddy opened this issue Mar 4, 2019 · 3 comments
Open

Cell type always BRACellContentTypeUnknown #16

ddaddy opened this issue Mar 4, 2019 · 3 comments

Comments

@ddaddy
Copy link

ddaddy commented Mar 4, 2019

Hi, Thank you for keeping this project up to date. I am only just starting to implement this in a new project.

I have exported an OSX Numbers spreadsheet to xlsl and the resulting BRACell type is always BRACellContentTypeUnknown.
When reading the cell string the result is always General
Is this a known issue with Numbers exported spreadsheets or an issue with this library?

@ddaddy
Copy link
Author

ddaddy commented Mar 4, 2019

I just tried a spreadsheet I created in Excel for Mac, and it still shows cell type as BRACellContentTypeUnknown yet the returned string is the correct value.

Any idea if it's possible to read .numbers files?

@chbeer
Copy link

chbeer commented Jul 19, 2021

It's even worse for me: when type is "unknown", it returns different values (Numbers reports 426073064007 as value):

(lldb) p cells[4].doubleValue()
(Double) $R7 = 426073064007
(lldb) p cells[4].integerValue()
(Int) $R8 = 426073063424
(lldb) p cells[4].stringValue()
(String?) $R9 = "426073063424"
(lldb) 

@rufutecharasu
Copy link

Hi, Thank you for keeping this project up to date. I am only just starting to implement this in a new project.

I have exported an OSX Numbers spreadsheet to xlsl and the resulting BRACell type is always BRACellContentTypeUnknown. When reading the cell string the result is always General Is this a known issue with Numbers exported spreadsheets or an issue with this library?

is this fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants