xlsxir icon indicating copy to clipboard operation
xlsxir copied to clipboard

parse inline string values

Open kenichi opened this issue 3 years ago • 1 comments

  • set value_type to :inline_string on tag start
  • capture cdata value when :inline_string
  • test for values in existing test file

kenichi avatar Aug 09 '22 21:08 kenichi

slightly different than #108 which I probably would've just used if i'd looked first 😂

kenichi avatar Aug 09 '22 21:08 kenichi

@jsonkenl could you merge this fix?

RodolfoSilva avatar Jan 16 '23 22:01 RodolfoSilva

Here the spec:

https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.spreadsheet.inlinestring?view=openxml-2.8.1#remarks

RodolfoSilva avatar Jan 16 '23 22:01 RodolfoSilva

@kenichi Please resolve conflicts and I'll get this merged.

jsonkenl avatar Jan 18 '23 15:01 jsonkenl

@RodolfoSilva thanks for the suggestions, @jsonkenl resolution incoming...

kenichi avatar Jan 18 '23 17:01 kenichi