-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
type of string cell written by stream writer cannot be shared string #1377
Comments
Thanks for your issue. Stream writer writes string cell as |
In our scene, mem cost of |
I have changed the stream writer to write inline string type for string cell value. Please upgrade to the master branch code, and this change will be released in the next version. |
It works. Thank you so much! :D |
…string cell value - Add `CellTypeFormula`, `CellTypeInlineString`, `CellTypeSharedString` and remove `CellTypeString` in `CellType` enumeration - Unit tests updated
…string cell value - Add `CellTypeFormula`, `CellTypeInlineString`, `CellTypeSharedString` and remove `CellTypeString` in `CellType` enumeration - Unit tests updated
Description
We find the default
Type
of string cell isstr
which meansformula string
. Is there any reason letexcelize
handle it like this? How can I set it ass
( meaningshared string
) with stream writer?excelize/cell.go
Line 445 in 14c6a19
Steps to reproduce the issue:
1.
2.
3.
Describe the results you received:
Describe the results you expected:
Output of
go version
:Excelize version or commit ID:
Environment details (OS, Microsoft Excel™ version, physical, etc.):
The text was updated successfully, but these errors were encountered: