jupyterlab-spreadsheet-editor icon indicating copy to clipboard operation
jupyterlab-spreadsheet-editor copied to clipboard

JupyterLab spreadsheet editor for tabular data (e.g. csv, tsv)

Results 24 jupyterlab-spreadsheet-editor issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

## Description If the type of a column is selected as `color` and "First row as header" option is enabled, color values are displayed not with their corresponding colors, but...

bug

**Describe the new feature being added** It would be good if this can support parquet files since they can be loaded and saved much faster than CSV files. This is...

[jupyterlab-spreadsheet](https://github.com/quigleyj97/jupyterlab-spreadsheet) depends on [xlsx](https://www.npmjs.com/package/xlsx) which seems to be the most popular choice. Alternatives include [exceljs](https://www.npmjs.com/package/exceljs) and [xlsx-populate](https://www.npmjs.com/package/xlsx-populate). This needs further evaluation (contributions welcome!). We would ideally want to have: -...

enhancement

Idea: implement a column-wise validation of the user input using the [column types](https://bossanova.uk/jexcel/v4/examples/column-types) feature of jExcel. I frequently find myself having to work with the spreadsheets having mistakes in data...

enhancement