You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/compatibility/README.md
+10-24Lines changed: 10 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,45 +4,31 @@ This directory contains tools for testing HyperFormula's compatibility with Exce
4
4
5
5
## Overview
6
6
7
-
The compatibility test suite reads Excel (.xlsx) files, evaluates their formulas using HyperFormula, and compares the results against Excel's calculated values to detect discrepancies.
7
+
This compatibiloty testing tool performs the following steps for each .xlsx in `test_data/` directory:
8
+
1. read both formulas and calculated values from the XLSX file
9
+
2. evaluate the formulas using HyperFormula
10
+
3. compare the HyperFormula's results against the original values
11
+
4. report differences
8
12
9
13
## Structure
10
14
11
15
-**`test-compatibility.sh`** - Main test runner that processes all Excel files in `test_data/`
0 commit comments