Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-xlsxwriter
From: Adam Ciarcinski
Date: 2023-10-11 10:58:09
Message id: 20231011085809.682FCFADC@cvs.NetBSD.org
Log Message:
py-xlsxwriter: updated to 3.1.7
Release 3.1.7 - October 9 2023
------------------------------
* Add the :func:`very_hidden()` method to hide a worksheet. This is similar to
the :func:`hide()` method except that the worksheet cannot be unhidden in the
the Excel user interface. The Excel worksheet "xlSheetVeryHidden" \
option can
only be unset programmatically via VBA.
* Added fixes for column formulas in tables that were overridden by table data
and which also didn't take future functions into account.
Files: