[go: up one dir, main page]

Skip to content

Handling inline value by asking backend document.

Relates to #211 (closed)

Implements xlsx inline string support for data. Does not handle inlined style information.

Implementation adds a import_sheet::set_string(row_t, col_t, std::string_view) which is called when inline string found in xlsx.

String is not pushed to string pool because string pool indexes and sheet references to string pool might get messed up in mixed use case.

Since this is an edge case handling is pushed to document back end for those how need it.

Second commit is small unit test for the feature.

Merge request reports

Loading