Skip to content
#

data

Here are 8,643 public repositories matching this topic...

sheetjs
SheetJSDev
SheetJSDev commented Oct 11, 2020

While I try to change header titles by passing array of titles to options like below it does not override the headers. Instead it writes new headers first and original data with old headers again from next cell.

I am experiencing the same problem.

In addition, sheets js is mutating the header array passed in, which is not something I would ever expect.

Example:

const head
thadguidry
thadguidry commented Jul 13, 2021

I would like to import a .zst or .zstd file but currently that file type is not recognized to be imported by OpenRefine.

Proposed solution

Perhaps using Apache Commons Compress (we already have usage in ImportingUtilities.java)
https://commons.apache.org/proper/commons-compress/examples.html#Zstandard

Allow importing the .zst' or .zstd` file from my local computer, as well as f

Improve this page

Add a description, image, and links to the data topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data topic, visit your repo's landing page and select "manage topics."

Learn more