data
Here are 9,992 public repositories matching this topic...
-
Updated
Feb 3, 2022 - Clojure
-
Updated
Feb 2, 2022 - TypeScript
-
Updated
Jan 19, 2022 - Jupyter Notebook
-
Updated
Jan 17, 2022
-
Updated
Nov 9, 2020 - Python
The variable columnNames is not available in Jython, whereas it is available in GREL. It is useful to iterate over all cells in a row, for instance with this expression:
forEach(row.columnNames,cn,cells[cn].value)
(see https://groups.google.com/g/openrefine/c/gV0bLUz7p7o)
Proposed solution
We could make this variable available in Jython too.
It would also be good to [document](https
-
Updated
Jan 10, 2022 - JavaScript
-
Updated
Feb 1, 2022 - Scala
Tell us about the problem you're trying to solve
When using 'basic normalization' for a Snowflake destination, the value of query_tag is set to 'normalization'. I would like to have an option to overrule this value.
Related issues, in which query_tag and other dbc parameters can be set: airbytehq/airbyte#9623 which also solves this issue: https://github.com/airbyte
-
Updated
May 30, 2020
-
Updated
Jan 31, 2022
-
Updated
Jan 22, 2022 - Python
-
Updated
Feb 3, 2022 - JavaScript
-
Updated
Feb 3, 2022 - Python
-
Updated
Feb 2, 2022 - JavaScript
Is your feature request related to a problem? Please describe.
In my opinion, it would be nice to have an option/flag to allow users to turn off line numbers. I am used to launch Altair with in not full-screen mode and have 3 columns: request, result and docs. Line numbers generally is useless and occupy valuable horizontal space.
Describe the solution you'd like
Checkbox "Show line n
-
Updated
Sep 20, 2021
-
Updated
Feb 3, 2022 - JavaScript
-
Updated
Feb 2, 2022 - Python
Clear and concise description of the problem
Most of the methods of random already found their new home, like random.number > datatype.number
Suggested solution
Move random.word to word.any and deprecate random.word.
Alternative
No response
Additional context
-
Updated
Feb 3, 2022 - Python
-
Updated
Jan 21, 2022 - JavaScript
-
Updated
Mar 1, 2021 - Rust
Improve this page
Add a description, image, and links to the data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data topic, visit your repo's landing page and select "manage topics."


I'm trying to migrate from PHPOffice/PhpSpreadsheet to this package. PhpSpreadsheet works fine with my xlsx file, while sheetjs gives no info about hidden rows. It's really important since my script needs to ignore hidden cells.
Mentioned file has been sent to email from the Contributing doc.
Package version:
"xlsx": "^0.17.4".