Skip to content

Compatibility

Formulon treats compatibility as something you can inspect and reproduce. Use this section when a workbook result differs from Excel, or when you want to understand which formulas and file features are implemented.

Compatibility is workload-specific

“Excel-compatible” does not mean every workbook behaves exactly like every Excel build. It means the documented profile, implemented function families, file-format support, and oracle tests match the workbook you plan to process.

What to check

  1. Compare formulas against Formula coverage.
  2. Check workbook structures in File format support.
  3. Review Error model so spreadsheet errors and host failures are handled separately.

Current status

Formulon is still pre-1.0. The function catalog is fully registered, but APIs can change and workbook-level Excel compatibility still depends on fixture validation. Pin versions and keep a small workbook fixture set when results matter.

Coverage areas

AreaWhat to check
Formula functionsFull catalog registration and validation guidance in Formula coverage
FilesRead / write / preserve boundaries in File format support
Errors#VALUE!, #REF!, parser failures, and host exceptions in Error model
StatusPre-1.0 APIs, full function registration, fixture-based verification recommended