Skip to content

Releases: SynthGL/wolfxl-oss

WolfXL Community 2.0.4

Choose a tag to compare

@wolfiesch wolfiesch released this 25 Sep 23:40
7eb25ef

Fixed

  • Tables loaded in modify mode now grow on save. Changing table.ref and appending TableColumn entries rewrites the existing table part: its range, its autoFilter range, and its column list. Previously these edits were silently dropped. Moving a table's top-left cell, or a range whose width does not match the column list, raises ValueError on save.

Install with python -m pip install wolfxl==2.0.4.

WolfXL Community 2.0.3

Choose a tag to compare

@wolfiesch wolfiesch released this 25 Sep 21:29
52e3709

Fixed

  • calculate() and recalculate() no longer raise TypeError on loaded workbooks that contain defined names. The evaluator now reads each name's reference text, so formulas such as =SUM(Sales)*Rate calculate and propagate changes through the name.

Install with python -m pip install wolfxl==2.0.3.

WolfXL Community 2.0.2

Choose a tag to compare

@wolfiesch wolfiesch released this 09 Sep 08:23

Changed

  • Corrected PyPI release copy: removed obsolete pre-launch language and pinned the installation command to wolfxl==2.0.2.
  • Canonicalized public GitHub links to SynthGL/wolfxl-oss after the repository rename.
  • Updated package metadata and documentation only; this release contains no code changes.

WolfXL Community 2.0.1

Choose a tag to compare

@wolfiesch wolfiesch released this 18 Aug 07:16

MIT-licensed maintenance release of the WolfXL 2.0 Community generation.