You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create my xls file by iterating over some objects and making subsequent rows with Spreadsheet#update_row method. The problem is, after I add 'too many' (which is about 10) rows, the file (although it contains 13kb of data - so it's not very big, but it's not empty either) seems to be completely empty after I open it in some xls editor. Is it some kind of known artifact? How do I solve this?
The text was updated successfully, but these errors were encountered:
I create my xls file by iterating over some objects and making subsequent rows with
Spreadsheet#update_row
method. The problem is, after I add 'too many' (which is about 10) rows, the file (although it contains 13kb of data - so it's not very big, but it's not empty either) seems to be completely empty after I open it in some xls editor. Is it some kind of known artifact? How do I solve this?The text was updated successfully, but these errors were encountered: