Skip to content

Improve Go XLSX styled grid and chart rendering #175

Description

@shps951023

Problem

The Go XLSX renderer falls back to plain text for styled workbooks with uncached formulas. This drops cell fills, borders, merged-cell layout, calculated totals, and embedded clustered-column charts, and produces incorrect pagination.

Expected behavior

  • Preserve XLSX cell styles, dimensions, merged ranges, number formats, and vertical alignment.
  • Evaluate the supported uncached SUM and additive formulas used by the fixture.
  • Render embedded clustered-column charts across worksheet page bands.
  • Keep the Microsoft 365 reference page count and extracted text.

Validation target

Business expense budget1.xlsx should render as 4 pages, preserve all extracted text, and exceed the 0.95 visual benchmark threshold.

Current validated result: 4/4 pages, text similarity 1.0000, overall score 0.9670 in the canonical three-page comparison (0.9734 across all four pages).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions