https://bz.apache.org/ooo/show_bug.cgi?id=91028

--- Comment #16 from dam...@apache.org ---
The CSV parsing is done twice: once by SvStream::ReadCsvLine() to join
consecutive lines that fields can be spread over into one "line", then again,
by code in both Base and Calc, to split that line into different fields.

The field splitting already works well, only SvStream::ReadCsvLine() needs
patching for this bug.

I don't think redefining strings across the whole of AOO is good idea, and 16
bit string lengths reduce RAM usage on big spreadsheets too. Even Excel only
allows 32K chars per cell IIRC.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are on the CC list for the issue.

Reply via email to