Skip to content

v0.2.0

Choose a tag to compare

@apetta apetta released this 18 Feb 01:00
· 36 commits to main since this release

What's New

LibreOffice Screenshot Parity

  • Compute actual data extent (ignoring formatted-but-empty cells) and explicitly set print_area before PDF export — matches Aspose/xlwings behaviour
  • Stitch multi-page PDFs into a single image so no rows are cut off
  • Return resolved_range in all LibreOffice screenshot outputs

Non-tabular Data & Compact Output

  • Support for non-tabular data handling (P&L sheets, dashboards)
  • Multi-range reads and compact output mode
  • Auto-suggestion for --no-header when non-tabular data detected

Command Improvements

  • Normalize shell-escaped cell references in format, inspect, and write commands
  • New --vba and --format flags on inspect
  • New --range / -r flag on screenshot
  • Added short aliases across commands (-n, -l, -r, -e)
  • Fix xlwings screenshot PNG opacity (flatten transparent cells onto white background)

Documentation

  • Updated command reference with all new flags and aliases