felixbuenemann / xlsxtream

Streaming & Fast XLSX Spreadsheet Writer for Ruby
MIT License
217 stars 38 forks source link

question: Is there a upper limit to the amount of data you can put in a cell? #34

Closed neojin closed 5 years ago

neojin commented 5 years ago

Hello, Really appreciate this project as it has allowed us to stream xlsx content much easier.

I apologize for asking here, but I've tried to search this in google with no help. Is there a max cap on the amount of data you can put in a cell? (specifically String)

I've noticed that for larger strings, the content seems to get cutoff. Was wondering if this is a general excel issue, or a limitation of this project.

Thank you very much!

neojin commented 5 years ago

upon further inspection I believe this is due to something else, closing until I have better information.