OpenXLSX icon indicating copy to clipboard operation
OpenXLSX copied to clipboard

Add an option to toggle between shared strings and embedded strings

Open afalkenhahn opened this issue 3 years ago • 1 comments

OpenXLSX already has code in XLCellValue.cpp that sets strings as embedded strings instead of using shared strings. Currently, this code is disabled, though. I think it would be nice if apps could specify whether strings should be added as shared strings or as embedded strings so an option to toggle between shared and embedded strings when setting cell values would be nice to have.

afalkenhahn avatar Oct 11 '22 17:10 afalkenhahn

putting this on the to-do list as of now.

aral-matrix avatar Jan 11 '25 01:01 aral-matrix