@office-open/xlsx 0.10.6 → 0.10.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -84,23 +84,23 @@ await generateWorkbook(options, { compression: { xml: 0, media: 0 } });
|
|
|
84
84
|
|
|
85
85
|
| Scenario | Default sync | Default async | All STORE sync | All STORE async | hucre |
|
|
86
86
|
| ---------------- | -----------: | ------------: | -------------: | --------------: | ----------: |
|
|
87
|
-
| Simple (3 rows) | 2,
|
|
88
|
-
| Styled rows (20) | 2,
|
|
89
|
-
| Table (10x5) | 2,
|
|
87
|
+
| Simple (3 rows) | 2,354 ops/s | 1,285 ops/s | 21,893 ops/s | 23,617 ops/s | 927 ops/s |
|
|
88
|
+
| Styled rows (20) | 2,287 ops/s | 1,237 ops/s | 19,237 ops/s | 19,173 ops/s | 906 ops/s |
|
|
89
|
+
| Table (10x5) | 2,510 ops/s | 1,178 ops/s | 18,479 ops/s | 17,921 ops/s | 1,191 ops/s |
|
|
90
90
|
|
|
91
91
|
**Large Files — Create + toBuffer**
|
|
92
92
|
|
|
93
|
-
| Scenario | Default sync | Default async | All STORE sync | All STORE async |
|
|
94
|
-
| ----------------------------- | -----------: | ------------: | -------------: | --------------: |
|
|
95
|
-
| 2000 rows + 10 images | 110 ops/s |
|
|
96
|
-
| 200x10 table |
|
|
97
|
-
| 20 sheets × 100 rows + 20 img |
|
|
93
|
+
| Scenario | Default sync | Default async | All STORE sync | All STORE async | hucre |
|
|
94
|
+
| ----------------------------- | -----------: | ------------: | -------------: | --------------: | ---------: |
|
|
95
|
+
| 2000 rows + 10 images | 110 ops/s | 115 ops/s | 137 ops/s | 133 ops/s | 43.7 ops/s |
|
|
96
|
+
| 200x10 table | 849 ops/s | 630 ops/s | 1,278 ops/s | 1,219 ops/s | 265 ops/s |
|
|
97
|
+
| 20 sheets × 100 rows + 20 img | 72.8 ops/s | 55.0 ops/s | 101 ops/s | 105 ops/s | 25.7 ops/s |
|
|
98
98
|
|
|
99
99
|
**Large Data — 100,000 rows × 20 columns (2M cells)**
|
|
100
100
|
|
|
101
101
|
| Scenario | Default sync | Default async | All STORE sync | All STORE async | hucre |
|
|
102
102
|
| --------- | -----------: | ------------: | -------------: | --------------: | ---------: |
|
|
103
|
-
| 100k × 20 | 0.
|
|
103
|
+
| 100k × 20 | 0.84 ops/s | 0.86 ops/s | 1.05 ops/s | 0.96 ops/s | 0.40 ops/s |
|
|
104
104
|
|
|
105
105
|
## License
|
|
106
106
|
|