CoreXLSX icon indicating copy to clipboard operation
CoreXLSX copied to clipboard

Cannot read xlsx with inline string.

Open julianko13 opened this issue 3 years ago • 0 comments

82A404 (4).xlsx I got the file from a web supporting xlsx format export. I have checked inside the file that there is no sharingString.xml there. When I tried inLineString.text, I got nil. The file has a structure like this:

<row r="1" customHeight="1" ht="25">
  <c r="A1" s="1" t="inlineStr"><is><r>
<t xml:space="preserve">總筆數: 54</t></r> 

Not sure if this is standard formatting, but all apps I know that read xlsx parse it correctly.

julianko13 avatar Jan 06 '21 09:01 julianko13