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
Conceptualizing excel formatting without examples hurts my brain, could you include an example spreadsheet or a screenshot?
Skipping type casting is interesting. Currently, type casting is a static method since it's a functionally pure problem (same inputs always equal the same outputs), and I could change it to be configurable so you could supply your own typecasting method? Then you could implement yours as a no-op, or call to the default type caster and do post-processing, etc.
Sorry can't regenerate problem.
here is some screenshot. this screenshot case data cast to String, but sometimes cast number. i think it's depends on cell style.
some cell is needed original string.
in my case cell data is floating number(currency style), type is nil, but style is fixnum.
this case cell data is casting to integer.
optional skip type casting(not shared string) will be useful another case.
how do you think about this?
The text was updated successfully, but these errors were encountered: