ycphs / openxlsx

openxlsx - a fast way to read and write complex xslx files
https://ycphs.github.io/openxlsx/
Other
220 stars 73 forks source link

quotePrefix Property in CellFormat #448

Open robayo opened 9 months ago

robayo commented 9 months ago

Is your feature request related to a problem? Please describe. No, it's not. It's an improvement of the product.

Describe the solution you'd like Add a new property to the StyleClass named wrap_text that permits the modification of quotePrefix attribute in the CellFormat schema. createStyle() will have a new parameter that accepts "0" or "1".

Describe alternatives you've considered openxlsx2 implements this in create_cell_style and for Python xlsxWriter implements: format.set_quote_prefix() and openpyxl: wb.worksheets.cell.quotePrefix = 1

Additional context This will improve mostly interaction with old systems.