excel-clj
excel-clj copied to clipboard
`:auto-size-cols` doesn't seem to work?
Am I doing something wrong? Unless :wrap-text true is specified, the columns consistently crop some portion at the end, even if that's a single character...
(excel/write! workbook "..." {:streaming? true :auto-size-cols? true})
Thanks in advance...