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
{{ message }}
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.
TableExport is excellent. it is helping me much.
While using this library, I found an issue.
If a cell contains long string, xlsx file shows wrong value
"#####################.... " This value is shown in that cell.
I`m not sure if this is because the size of string is long or something else?
as for txt, csv file formats, it returns correct value.
But not for only xlsx.
Would somebody kindly check this issue and tell me the solution.
Best Regards.
The text was updated successfully, but these errors were encountered:
are you sure this isn't an excel thing? expand your excel column all the way. excel can sometimes mask values with a bunch of # signs if the column is too narrow.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
TableExport is excellent. it is helping me much.
While using this library, I found an issue.
If a cell contains long string, xlsx file shows wrong value
"#####################.... " This value is shown in that cell.
I`m not sure if this is because the size of string is long or something else?
as for txt, csv file formats, it returns correct value.
But not for only xlsx.
Would somebody kindly check this issue and tell me the solution.
Best Regards.
The text was updated successfully, but these errors were encountered: