Skip to content
#

spreadsheet

Here are 778 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
Luckysheet
lavigne958
lavigne958 commented May 16, 2021

current behavior

When creating a spreadsheet, Google API does not block when an other Spreadsheet exists with the same name. It will create a second one with the same name.

Possible improvement

Add an option on method create that will first check if a spreadsheet with the name exists before creating a new one.

This could prevent creating a spreadsheet with a name, loosing i

Improve this page

Add a description, image, and links to the spreadsheet 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 spreadsheet topic, visit your repo's landing page and select "manage topics."

Learn more