The NetBSD Project

CVS log for pkgsrc/textproc/py-xlsxwriter/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-xlsxwriter

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.71: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:29:11 2024 UTC (4 weeks, 1 day ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -2 lines
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays

Revision 1.70: download - view: text, markup, annotated - select for diffs
Mon Feb 19 06:04:04 2024 UTC (9 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +6 -3 lines
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.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Mon Oct 23 11:56:05 2023 UTC (13 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -2 lines
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.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon Oct 16 08:56:54 2023 UTC (13 months, 3 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2 lines
py-xlsxwriter: updated to 3.1.8

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

* Add support for formatting the data label in chart trendlines.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Wed Oct 11 08:58:09 2023 UTC (14 months ago) by adam
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +2 -2 lines
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.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon Oct 2 08:52:00 2023 UTC (14 months, 1 week ago) by adam
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -2 lines
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.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed Sep 27 12:10:59 2023 UTC (14 months, 2 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -2 lines
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.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Wed Sep 13 17:25:41 2023 UTC (14 months, 4 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -2 lines
py-xlsxwriter: updated to 3.1.3

Release 3.1.3 - September 8 2023
--------------------------------
* Added support for custom total formulas to worksheet tables.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon May 29 09:07:24 2023 UTC (18 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2 lines
py-xlsxwriter: updated to 3.1.2

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

Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed May 24 10:44:26 2023 UTC (18 months, 2 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2 lines
py-xlsxwriter: updated to 3.1.1

Release 3.1.1
* Add support for new Excel dynamic functions added in 2023.
* Added support for adding a color to the `invert_if_negative` chart option.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Apr 17 08:26:55 2023 UTC (19 months, 3 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -2 lines
py-xlsxwriter: updated to 3.1.0

Release 3.1.0 - April 13 2023
-----------------------------
* Minor fix for cell color issue.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Tue Mar 14 08:04:59 2023 UTC (20 months, 4 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2 lines
py-xlsxwriter: updated to 3.0.9

Release 3.0.9 - March 10 2023
-----------------------------

* Add documentation and examples on :ref:`ewx_polars` to demonstrate new `Polars
  <https://www.pola.rs>`_ integration of XlsxWriter in `write_excel()`_.

* Add fix for rare issue with duplicate number formats.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue Feb 7 10:52:42 2023 UTC (22 months ago) by adam
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2 lines
py-xlsxwriter: updated to 3.0.8

Release 3.0.8
* Fix for ``autofit()`` exception when user defined column width was ``None``.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue Jan 17 10:05:22 2023 UTC (22 months, 3 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2 lines
py-xlsxwriter: updated to 3.0.7

Release 3.0.7 - January 14 2023
-------------------------------

* Improved :func:`autofit` algorithm to account for the additional width of
  autofilter and table dropdowns.

* Improved :func:`autofit` take user defined column widths into account.

  Autofit will now only update the width for an existing column if it is greater
  than the user defined value. This allows the user to pre-load a minimum column
  width.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Jan 11 10:53:16 2023 UTC (23 months ago) by adam
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
py-xlsxwriter: updated to 3.0.6

Release 3.0.6 - January 5 2023
------------------------------
* Added simulated worksheet :func:`autofit` method.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Jan 2 08:44:03 2023 UTC (23 months, 1 week ago) by adam
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2 lines
py-xlsxwriter: updated to 3.0.5

Release 3.0.5 - January 1 2023
------------------------------
* Added `OverlappingRange` exception which is raised during Worksheet
  :func:`add_table()` or :func:`merge_range()` if the range overlaps an existing
  worksheet table or merge range. This is a file corruption error in Excel. See
  :ref:`exceptions`.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sun Jan 1 21:28:13 2023 UTC (23 months, 1 week ago) by adam
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
py-xlsxwriter: updated to 3.0.4

Release 3.0.4 - December 28 2022
--------------------------------
* Roll up release of several minor fixes.
* Drop support for EOL Python 3.4 and 3.5.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Nov 25 13:34:52 2022 UTC (2 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +4 -3 lines
py-xlsxwriter: updated to 3.0.3

Release 3.0.3 - March 27 2021
-----------------------------

* Added :func:`print_black_and_white` worksheet method to set "Black and
  White" print options.


Release 3.0.2 - October 31 2021
-------------------------------

* Added :func:`set_top_left_cell` worksheet method to position the first
  visible cell in a worksheet.


Release 3.0.1 - August 10 2021
------------------------------

* Add python_requires version to setup.py to help pip find the correct
  matching version for Python 2 and 3.


Release 3.0.0 - August 10 2021
------------------------------

* This is the first Python 3 only version of XlsxWriter. It is approximately
  10-15% faster than the Python2/3 version.

  Python 2 users should use XlsxWriter version 2.0.0, see below.

Release 2.0.0 - August 9 2021
-----------------------------

* This is the last XlsxWriter release to support Python 2. From now bug fixes
  and new features will only be available for Python 3. The deprecation notice
  for Python 2 support in XlsxWriter has been in place since May 2020 and the
  Python community support for Python 2 ended in January 2020. Downloads of
  XlsxWriter for Python 2 is currently less than 6% of all downloads of the
  library, and decreasing month by month.

  Python 2 users should still be able to install versions of XlsxWriter up to
  this release but not any releases afterwards.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:55:09 2022 UTC (2 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -1 lines
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Aug 1 18:14:31 2021 UTC (3 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
py-xlsxwriter: updated to 1.4.5

Release 1.4.5
* Added Description/Alt Text and Decorative accessibility options for charts,
  textboxes and buttons. These options were already available for images.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Jul 9 19:50:58 2021 UTC (3 years, 5 months ago) by adam
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2 lines
py-xlsxwriter: updated to 1.4.4

Release 1.4.4
* Added some performance improvements. Performance for larger files should be
  5-10% better.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu May 13 17:51:29 2021 UTC (3 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
py-xlsxwriter: updated to 1.4.3

Release 1.4.3 - May 12 2021
---------------------------

* Added support for background images in worksheets. See
  :func:`set_background` and :ref:`ex_background`.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri May 7 19:15:46 2021 UTC (3 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
py-xlsxwriter: updated to 1.4.2

Release 1.4.2 - May 7 2021
--------------------------

* Added support for GIF image files (and in Excel 365, animated GIF files).


Release 1.4.1 - May 6 2021
--------------------------

* Added support for dynamic arrays and new Excel 365 functions like UNIQUE and
  FILTER. See :func:`write_dynamic_array_formula`,
  :ref:`formula_dynamic_arrays` and :ref:`ex_dynamic_arrays`.

* Added constructor option "use_future_functions" to enable newer Excel
  "future" functions in Formulas. See :ref:`formula_future`, and the
  :func:`Workbook` constructor.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Apr 28 12:46:20 2021 UTC (3 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
py-xlsxwriter: updated to 1.4.0

Release 1.4.0 - April 23 2021
-----------------------------
* Add fix for issue for where a y_axis font rotation of 0 was ignored.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Apr 15 06:40:39 2021 UTC (3 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2 lines
py-xlsxwriter: updated to 1.3.9

Release 1.3.9
* Added option to set row heights and column widths in pixels via the
  :func:`set_row_pixels` and :func:`set_column_pixels` methods.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Apr 2 08:40:31 2021 UTC (3 years, 8 months ago) by adam
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
py-xlsxwriter: updated to 1.3.8

Release 1.3.8 - March 29 2021
-----------------------------

* Added accessibility options "description" and "decorative" to
  :func:`insert_image`.

* Added fix for datetime.timedelta values that exceed the Excel 1900 leap day
  (timedeltas greater than 59 days, in hours). This is a backward incompatible
  change.

* Added the worksheet :func:`read_only_recommended` method to set the Excel
  "Read-only Recommended" option that is available when saving a file.

* Fixed issue where temp files used in `constant_memory` mode weren't
  closed/deleted if the workbook object was garbage collected.

* Fixed issue where pattern formats without colors where given a default black
  fill color.

* Added option to set a chart crossing to 'min' as well as the existing 'max'
  option. The 'min' option isn't available in the Excel interface but can be
  enabled via VBA.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Oct 14 13:27:25 2020 UTC (4 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
py-xlsxwriter: updated to 1.3.7

Release 1.3.7

* Fixed issue where custom chart data labels didn't inherit the position of
  the data labels in the series.

* Added text alignment for textboxes. The existing options allowed the text
  area to be aligned but didn't offer control over the text within that area.

* Added Python 3.9 to the test matrix.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Sep 29 09:57:26 2020 UTC (4 years, 2 months ago) by adam
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
py-xlsxwriter: updated to 1.3.6

Release 1.3.6:
* Added the worksheet :func:`unprotect_range()` method to allow ranges within
  a protected worksheet to be unprotected.
* There are now over 1500 test cases in the test suite, including 900 tests
  that compare the output from XlsxWriter, byte for byte, against test files
  created in Excel. This is to ensure the maximum possible compatibility with
  Excel.

Release 1.3.5:
* Fixed issue where relative url links in images didn't work.
* Added ``use_zip64`` as a constructor option.
* Added check, and warning, for worksheet tables with no data row.
  Either with or without a header row.
* Add a warning when the string length in :func:`write_rich_string()` exceeds
  Excel's limit.

Release 1.3.4:
* Replaced internal MD5 digest used to check for duplicate images with a SHA256
  digest to avoid issues on operating systems such as Red Hat in FIPS mode
  which don't support MD5 for security reasons.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Aug 21 08:00:21 2020 UTC (4 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
py-xlsxwriter: updated to 1.3.3

Release 1.3.3

* Added :func:`ignore_errors()` worksheet method to to allow Excel worksheet
  errors/warnings to be ignored in user defined ranges. See also
  :ref:`ex_ignore_errors`.

* Added warning when closing a file more than once via :func:`close()` to help
  avoid errors where a file is closed within a loop or at the wrong scope
  level.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Aug 7 06:55:07 2020 UTC (4 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
py-xlsxwriter: updated to 1.3.2

Release 1.3.2
* Added Border, Fill, Pattern and Gradient formatting to chart data labels and
  chart custom data labels. See :ref:`chart_series_option_data_labels` and
  :ref:`chart_series_option_custom_data_labels`.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Aug 4 11:26:00 2020 UTC (4 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
py-xlsxwriter: updated to 1.3.1

Release 1.3.1
* Fix for issue where array formulas weren't included in the output file for
  certain ranges/conditions.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Aug 3 13:35:18 2020 UTC (4 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
py-xlsxwriter: updated to 1.3.0

Release 1.3.0:
* Added support for custom chart :ref:`custom data labels
  <chart_series_option_custom_data_labels>`.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Jun 1 15:47:54 2020 UTC (4 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
py-xlsxwriter: updated to 1.2.9

1.2.9:
* Added support for ``stacked`` and ``percent_stacked`` Line charts.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Feb 24 16:17:55 2020 UTC (4 years, 9 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
py-xlsxwriter: updated to 1.2.8

Release 1.2.8:

* Fix for issue where duplicate images with hyperlinks weren't handled
  correctly.

* Removed ``ReservedWorksheetName`` exception which was used with the reserved
  worksheet name "History" since this name is allowed in some Excel variants.

* Fix for worksheet objects (charts, images and textboxes) that are inserted
  with an offset that starts in a hidden cell.

* Fix to allow handling of NoneType in :func:`add_write_handler`.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Dec 29 16:54:30 2019 UTC (4 years, 11 months ago) by adam
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
py-xlsxwriter: updated to 1.2.7

Release 1.2.7:

* Fix for duplicate images being copied to an XlsxWriter file. Excel uses an
  optimization where it only stores one copy of a repeated/duplicate image in
  a workbook. XlsxWriter didn't do this which meant that the file size would
  increase when then was a large number of repeated images. This release fixes
  that issue and replicates Excel's behavior.

* Added documentation on :ref:`num_format_categories` and
  :ref:`num_format_locale`.

* Added note to :func:`protect()` about how it is possible to encrypt an
  XlsxWriter file using a third party, cross platform, open source tool called
  `msoffice-crypt <https://github.com/herumi/msoffice>`_.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Nov 20 11:31:25 2019 UTC (5 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
py-xlsxwriter: updated to 1.2.6

Release 1.2.6:
* Added option to remove style from worksheet tables.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Nov 11 15:14:45 2019 UTC (5 years, 1 month ago) by adam
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
py-xlsxwriter: updated to 1.2.5

Release 1.2.5:
* Added option to add hyperlinks to textboxes.

Release 1.2.4:
* Added option to link textbox text from a cell.
* Added option to rotate text in a textbox.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Nov 8 09:26:21 2019 UTC (5 years, 1 month ago) by adam
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
py-xlsxwriter: updated to 1.2.3

Release 1.2.3:

* Increased allowable worksheet url length from 255 to 2079 characters, as
  supported in more recent versions of Excel. A lower or user defined limit
  can be set via the ``max_url_length`` property in the :func:`Workbook`
  constructor.

* Fixed several issues with hyperlinks in worksheet images.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Oct 19 14:18:16 2019 UTC (5 years, 1 month ago) by adam
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
py-xlsxwriter: updated to 1.2.2

Release 1.2.2:
* Fixed Python 3.8.0 warnings.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Sep 17 08:39:56 2019 UTC (5 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
py-xlsxwriter: updated to 1.2.1

Release 1.2.1:
Added the add_write_handler() method to allow user defined types to be handled by the write() method. See Writing user defined types for more information.
Add support for East Asian vertical fonts in charts.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Aug 26 06:49:29 2019 UTC (5 years, 3 months ago) by adam
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
py-xlsxwriter: updated to 1.2.0

Release 1.2.0:

* Refactored exception handling around the workbook file :func:close()
  method to allow exceptions to be caught and handled. See
  :ref:ex_check_close. Also refactored the code to clean up temp files in
  the event of an exception.

* Added the option to allow chart fonts to be rotated to 270 degrees
  to give a stacked orientation. See :ref:chart_fonts.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Aug 20 07:12:38 2019 UTC (5 years, 3 months ago) by adam
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
py-xlsxwriter: updated to 1.1.9

Release 1.1.9:
* Another fix for issues where zipfile.py raises "ZIP does not support
  timestamps before 1980" exception.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon May 6 08:21:52 2019 UTC (5 years, 7 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
py-xlsxwriter: updated to 1.1.8

Release 1.1.8:
* Added ability to combine Doughnut and Pie charts.
* Added gauge chart example which is a combination of a Doughnut and a Pie
  chart.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Apr 24 10:11:28 2019 UTC (5 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
py-xlsxwriter: updated to 1.1.7

Release 1.1.7:

* Added docs on :ref:object_position.

* Added fix for sizing of cell comment boxes when they cross columns/rows that
  have size changes that occur after the comment is written.

* Added fix for the sizing of worksheet objects (images, charts, textboxes)
  when the underlying cell sizes have changed and the "object_position"
  parameter has been set to 1 "Move and size with cells". An additional mode 4
  has been added to simulate inserting the object in hidden rows.

* Added object positioning for charts and textboxes, it was already supported
  for images. Note, the parameter is now called object_position. The
  previous parameter name positioning is deprecated but still supported
  for images.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Apr 7 16:00:09 2019 UTC (5 years, 8 months ago) by adam
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
py-xlsxwriter: updated to 1.1.6

Release 1.1.6:
* Fixed issue where images that started in hidden rows/columns weren't placed
  correctly in the worksheet.
* Fixed the mime-type reported by system file(1). The mime-type reported
  by "file --mime-type"/magic was incorrect for XlsxWriter files since it
  expected the [Content_types] to be the first file in the zip container.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Feb 24 20:27:48 2019 UTC (5 years, 9 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
py-xlsxwriter: updated to 1.1.5

Release 1.1.5:
* This version removes support for end of life Pythons 2.5, 2.6, 3.1, 3.2 and
  3.3. For older, unsupported versions of Python use version 1.1.4 of
  XlsxWriter.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Feb 15 13:19:51 2019 UTC (5 years, 9 months ago) by adam
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
py-xlsxwriter: updated to 1.1.4

Release 1.1.4:
* Fix for issues where zipfile.py raises "ZIP does not support timestamps
  before 1980" exception.

Release 1.1.3:
* Fix handling of 'num_format': '0' in duplicate formats.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Oct 23 08:02:49 2018 UTC (6 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
py-xlsxwriter: updated to 1.1.2

1.1.2:
* Fix for issue where in_memory files weren't compressed.
* Fix write() so that it handles array formulas as documented.
* Fix for issue with special characters in worksheet table functions.
* Added warnings for input issues in :func:write_rich_string() such as blank
  strings, double formats or insufficient parameters.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Sep 24 08:22:50 2018 UTC (6 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
py-xlsxwriter: updated to 1.1.1

Release 1.1.1:
* Added comment font name and size options.
* Fix for issue when using text boxes in the same workbook as a chartsheet.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Sep 6 09:28:24 2018 UTC (6 years, 3 months ago) by adam
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
py-xlsxwriter: updated to 1.1.0

Release 1.1.0:
* Added functionality to align chart category axis labels. See the
  label_align property of the :func:set_x_axis() method.
* Added worksheet :func:hide_row_col_headers() method to turn off worksheet
  row and column headings.
* Added the :func:set_tab_ratio() method to set the ratio between the
  worksheet tabs and the horizontal slider.
* Fixed issue with icon conditional formats when the values were zero.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Aug 28 06:32:59 2018 UTC (6 years, 3 months ago) by adam
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
py-xlsxwriter: updated to 1.0.9

Release 1.0.9:
Fix for issue with formulas quoted as strings in conditional formats, introduced in version 1.0.7.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Aug 27 08:03:20 2018 UTC (6 years, 3 months ago) by adam
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
py-xlsxwriter: updated to 1.0.8

Release 1.0.8:
Added named exceptions to XlsxWriter. See The Exceptions Class.
Removed the implicit close() in the destructor since it wasn’t guaranteed to work correctly and raised a confusing exception when any other exception was triggered. Note that this is a backward incompatible change. The with context manager is a better way to close automatically, see close().
Added border, fill, pattern and gradient formatting options to set_legend().
Added top_right position to set_legend().

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Aug 16 11:29:29 2018 UTC (6 years, 3 months ago) by adam
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
py-xlsxwriter: updated to 1.0.7

Release 1.0.7:
Fix for unicode type error in Python 3.

Release 1.0.6:
Added some performance improvements.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon May 21 13:22:33 2018 UTC (6 years, 6 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
textproc/py-xlsxwriter: Update to 1.0.5.

- Added example of how to subclass the Workbook and Worksheet objects.
- Added support for WMF and EMF image formats to the Worksheet
  :func:`add_image` method.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Apr 16 12:39:09 2018 UTC (6 years, 7 months ago) by fhajny
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
textproc/py-xlsxwriter: Update to 1.0.4.

- Set the xlsx internal file member datetimes to 1980-01-01 00:00:00
  like Excel so that apps can produce a consistent binary file once
  the workbook :func:`set_properties` ``created`` date is set.
- Fix for jpeg images that reported unknown height/width due to
  unusual SOF markers.
- Added support for blanks in list autofilter.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Apr 11 15:38:53 2018 UTC (6 years, 8 months ago) by fhajny
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
textproc/py-xlsxwriter: Update to 1.0.3.

- Added Excel 2010 data bar features such as solid fills and control over the
  display of negative values. See :ref:`working_with_conditional_formats` and
  :ref:`ex_cond_format`.
- Fixed :func:`set_column` parameter names to match docs and other methods.
  Note, this is a backward incompatible change.
- Fixed missing plotarea formatting in pie/doughnut charts.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Oct 16 06:42:06 2017 UTC (7 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
py-xlsxwriter: update to 1.0.2

Release 1.0.2:
* Fix for cases where the hyperlink style added in the previous release didn't
  work.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Sep 17 12:28:43 2017 UTC (7 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
py-xlsxwriter: update to 1.0.0

Release 1.0.0:
* Added icon sets to conditional formatting.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Sep 6 15:35:39 2017 UTC (7 years, 3 months ago) by adam
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -6 lines
Release 0.9.9:
* Added ``stop_if_true`` parameter to conditional formatting.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Aug 31 09:14:29 2017 UTC (7 years, 3 months ago) by adam
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Use correct CATEGORIES

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Jul 30 22:32:24 2017 UTC (7 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Switch github HOMEPAGEs to https.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jul 3 15:27:46 2017 UTC (7 years, 5 months ago) by fhajny
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Update textproc/py-xlsxwriter to 0.9.8.

Release 0.9.8 - July 1 2017
- Fixed issue where spurious deprecation warning was raised in ``-Werror`` mode.

Release 0.9.7 - June 25 2017
- Minor bug and doc fixes.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jan 3 07:20:55 2017 UTC (7 years, 11 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Update textproc/py-xlsxwriter to 0.9.6.

Release 0.9.6 - Dec 26 2016
---------------------------

* Fix for table with data but without a header.

* Add a warning when the number of series in a chart exceeds Excel's limit
  of 255.


Release 0.9.5 - Dec 24 2016
---------------------------

* Fix for missing `remove_timezone` option in Chart class.


Release 0.9.4 - Dec 2 2016
--------------------------

* Added user definable removal of timezones in datetimes. See the
  :func:`Workbook` constructor option ``remove_timezone`` and :ref:`Timezone
  Handling in XlsxWriter <timezone_handling>`.

* Fix duplicate header warning in :func:`add_table` when there is only one
  user defined header.

* Fix for `center_across` property in :func:`add_format`.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Aug 9 09:13:54 2016 UTC (8 years, 4 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Update textproc/py-xlsxwriter to 0.9.3.

- Added check to :func:`add_table` to prevent duplicate header names
  which leads to a corrupt Excel file.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jun 17 11:57:44 2016 UTC (8 years, 5 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Update textproc/py-xlsxwriter to 0.9.2.

Release 0.9.2 - June 13 2016
---------------------------

* Added workbook :func:`set_size` method to set the workbook
  window size.


Release 0.9.1 - June 8 2016
---------------------------

* Added font support to chart :func:`set_table`.

* Documented used of font rotation in chart :ref:`data labels
  <chart_series_option_data_labels>`.


Release 0.9.0 - June 7 2016
---------------------------

* Added :ref:`trendline properties
  <chart_series_option_trendline>`:
  ``intercept``, ``display_equation`` and ``display_r_squared``.


Release 0.8.9 - June 1 2016
---------------------------

* Fix for :func:`insert_image` issue when handling images with
  zero dpi.


Release 0.8.8 - May 31 2016
---------------------------

* Added workbook :func:`set_custom_property` method to set custom
  document properties.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon May 16 13:53:49 2016 UTC (8 years, 6 months ago) by fhajny
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Update textproc/py-xlsxwriter to 0.8.7.

* Fix for issue when inserting read-only images on Windows.

* Added :func:`get_worksheet_by_name()` method to allow the
  retrieval of a worksheet from a workbook via its name.

* Fixed issue where internal file creation and modification dates
  where in the local timezone instead of UTC.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Apr 29 09:21:20 2016 UTC (8 years, 7 months ago) by fhajny
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Update textproc/py-xlsxwriter to 0.8.6.

* Fix for ``external:`` urls where the target/anchor contains
  spaces.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Apr 19 12:12:48 2016 UTC (8 years, 7 months ago) by fhajny
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Update textproc/py-xlsxwriter to 0.8.5.

* Added additional documentation on :ref:`ewx_pandas` and
  :ref:`pandas_examples`.
* Added fix for :func:`set_center_across` format method.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jan 18 20:59:59 2016 UTC (8 years, 10 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Update textproc/py-xlsxwriter to 0.8.4.

Release 0.8.4 - January 16 2016
-------------------------------

* Fix for :func:`write_url` exception when the URL contains two ``#``
  location/anchors. Note, URLs like this aren't strictly valid and cannot be
  entered manually in Excel.
  Issue `#330 <https://github.com/jmcnamara/XlsxWriter/issues/330>`_.


Release 0.8.3 - January 14 2016
-------------------------------

* Added options to configure chart axis tick placement. See :func:`set_x_axis()`.


Release 0.8.2 - January 13 2016
-------------------------------

* Added transparency option to solid fill colors in chart areas
  (:ref:`chart_formatting_fill`).
  Feature request `#298 <https://github.com/jmcnamara/XlsxWriter/issues/298>`_.


Release 0.8.1 - January 12 2016
-------------------------------

* Added option to set chart tick interval.
  Feature request `#251 <https://github.com/jmcnamara/XlsxWriter/issues/251>`_.


Release 0.8.0 - January 10 2016
-------------------------------

* Added additional documentation on :ref:`working_with_formulas`.


Release 0.7.9 - January 9 2016
------------------------------

* Added chart pattern fills, see :ref:`chart_formatting_pattern` and
  :ref:`ex_chart_pattern`.
  Feature request `#268 <https://github.com/jmcnamara/XlsxWriter/issues/268>`_.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jan 7 16:05:04 2016 UTC (8 years, 11 months ago) by fhajny
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Update textproc/py-xlsxwriter to 0.7.8.

* Add checks for valid and non-duplicate worksheet table names.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Oct 19 10:45:03 2015 UTC (9 years, 1 month ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Import XlsxWriter as textproc/py-xlsxwriter.

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

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>