Files
improvise/crates/improvise-io
Edward Langley 341816227b fix(persistence): CSV export quoting, number errors, formula suffix, parse locations
- export_csv writes through csv::Writer (RFC 4180) and honors the view's
  number format (improvise-1cz)
- malformed numbers yield CellValue::Error naming the text instead of
  silent 0.0 (improvise-4yc)
- formula [Category] suffix moved into the pest grammar; walker extracts
  it structurally instead of rfind(" [") string-scanning (improvise-zgb)
- parse errors now report line, column, and the offending line's text
  (improvise-6kj)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-09 21:43:43 -07:00
..