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
The maximum length of text in an Excel cell is 32,767 characters. The POI library will throw an exception if you try to insert more, and we don't catch it cleanly.
We should either trim the content, or insert some contents saying that the contents for this cell were too large
The text was updated successfully, but these errors were encountered:
The maximum length of text in an Excel cell is 32,767 characters. The POI library will throw an exception if you try to insert more, and we don't catch it cleanly.
We should either trim the content, or insert some contents saying that the contents for this cell were too large
The text was updated successfully, but these errors were encountered: