Skip to content
#

worksheet

Here are 73 public repositories matching this topic...

XToolset
Siemienik
Siemienik commented Oct 20, 2020

Actual

Currently keeping code formatted and linted requires to use two commands:

  • yarn lint:fix (or npm run lint:fix)
  • yarn format (or npm run format)

Both of that are proceed by another tool.

Expected

  • yarn lint:fix (or npm run lint:fix) should get same result like current solution.
  • Migrate into eslint

Packages:

This issues should be perform

good first issue accepted

DBAddin is an MS Excel Addin for retrieving Database data via userdefined functions into Excel and writing Data (DBMapper), executing generic DML (DBAction) and doing all this in Sequences (DBSequence).

  • Updated Feb 28, 2022
  • Visual Basic .NET
jnylen
jnylen commented Oct 20, 2020

The worksheets received from the Excel file do not keep the order.

...
{:ok, lists} = Xler.worksheets(file_path)
Logger.debug("lists: #{inspect(lists, pretty: true)}")
...

And run it a few times, result:

13:37:49.942 [debug] lists: ["Sheet2", "Sheet1", "Sheet3"]
13:37:49.942 [debug] lists: ["Sheet3", "Sheet2", "Sheet1"]

The order of the worksheets can be impor

bug help wanted good first issue

Improve this page

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

Learn more