read-excel-file 9.0.5 → 9.0.6

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -395,6 +395,8 @@ If there're any errors during the conversion process, the `errors` property retu
395
395
  * `row: 1` means "first row of data", etc.
396
396
  * Don't mind the header row.
397
397
  * `column: string` — The column title.
398
+ * `columnIndex: number` — The column index.
399
+ * `columnIndex: 0` means "first column", etc.
398
400
  * `value?: any` — The cell value.
399
401
  * `type?: any` — The `type` of the property, as defined by the `schema`.
400
402
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "read-excel-file",
3
- "version": "9.0.5",
3
+ "version": "9.0.6",
4
4
  "description": "Read `.xlsx` files in a web browser or in Node.js",
5
5
  "type": "module",
6
6
  "exports": {