./textproc/py-xlsxwriter, Python module for creating Excel XLSX files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.2.0, Package name: py311-xlsxwriter-3.2.0, Maintainer: pkgsrc-users

XlsxWriter is a Python module for writing files in the Excel
2007+ XLSX file format.


Required to run:
[lang/python310]

Master sites:

Filesize: 194.074 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-19 07:04:04 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-xlsxwriter: updated to 3.2.0

Release 3.2.0 - February 17 2024
--------------------------------

This is the 10th anniversary release of XlsxWriter. Version 0.0.1 was released
on February 17 2013. Since they there have been 167 releases, 25,000 lines of
code, 1600 test cases, 700 pages of documentation, 71,000 users on GitHub, 50
contributors, 1000 closed issues and 150 million yearly downloads. Thanks to
everyone who has contributed code, given feedback or just used the library.

* Add :func:`embed_image()` worksheet method to embed images in cells. This is
  equivalent to Excel's menu item to insert an image using the option to "Place
  in Cell". It scales images automatically to the dimensions of the cell.

  This has been a frequently requested feature for people creating spreadsheets
  with images for product items. See also :ref:`ex_embedded_images`.

* Fix issue where a horizontal alignment format was ignored if indentation was
  also set.
   2023-10-23 13:56:06 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xlsxwriter: updated to 3.1.9

Release 3.1.9 - October 19 2023
* Add fix for errant XML tag in chart leader lines for non-Pie charts.
   2023-10-16 10:56:54 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xlsxwriter: updated to 3.1.8

Release 3.1.8 - October 15 2023
-------------------------------

* Add support for formatting the data label in chart trendlines.
   2023-10-11 10:58:09 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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.
   2023-10-02 10:52:00 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xlsxwriter: updated to 3.1.6

Release 3.1.6 - October 1 2023
* Added support for chart leader lines for chart types other than Pie and Doughnut.
   2023-09-27 14:10:59 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xlsxwriter: updated to 3.1.5

Release 3.1.5 - September 24 2023
---------------------------------
* Added support for adding signed VBA macros to workbooks via the via the
  :func:`add_signed_vba_project` method. See `Working with VBA Macros`_.

Release 3.1.4 - September 18 2023
---------------------------------
* Added support for enabling the Excel "Show #N/A as an empty cell" \ 
chart option
  via the :func:`show_na_as_empty_cell` method.
   2023-09-13 19:25:41 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xlsxwriter: updated to 3.1.3

Release 3.1.3 - September 8 2023
--------------------------------
* Added support for custom total formulas to worksheet tables.
   2023-05-29 11:07:24 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xlsxwriter: updated to 3.1.2

Release 3.1.2
* Added worksheet page break preview mode via ``worksheet.set_pagebreak_view()``.