1.0.1 March 30 2021
-
Added support for [pkg-config][pkg-config] to Make/Cmake installs.
-
Added ability to add accessibility options "description" and "decorative" to
images viaworksheet_insert_image_opt()
and #lxw_image_options. -
Added the
workbook_read_only_recommended()
function to set the Excel
"Read-only Recommended" option that is available when saving a file. -
Fixed issue where pattern formats without colors were given a default black
fill color. -
Added option to set a chart crossing to 'min' via
chart_axis_set_crossing_min()
as well as the existing 'max' option. The
'min' option isn't available in the Excel interface but can be enabled via
VBA. -
Added some additional information on using constant_memory mode with memory
mounted /tmp directories. -
Added build option to compile libxlsxwriter as a "universal binary" for both
Apple silicon and Intel-based Macs, i.e., arm64 and x86_64. S -
Fixed issue where the limit for header/footer strings was
255 bytes instead of 255 characters and as a result UTF8
strings were being truncated.