Skip to content
#

spreadsheet

Here are 912 public repositories matching this topic...

sheetjs
Luckysheet
Hagkal
Hagkal commented Sep 18, 2021

Is your feature request related to a problem? Please describe.
i recently made a small program with this package. it is a great experience!
the issue came when i needed to format some cells in arbitrary places (not in a range).
that forced me to make lots of Worksheet.format calls (which results in an api fired to google). that method proved ok until my the formatting need exceeded my quo

hyperformula
MartinDawson
MartinDawson commented Oct 16, 2021

ArraySize is needed in customFunctions I think.

Here's my custom funciton below. You can see it accepts either 1, 2, 3 or 4 arguments.

If the first parameter is financialStatements then I need to tell hyperformula to return an ArraySize so that it can overflow into subsequent cells.

  // Pre-fixed with TT due to there already being a FinancialPlugin
  // in hyperformula
  class
Good First Issue API Feature Verified

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