0.0.26 • Published 7 years ago

splitxlsx v0.0.26

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

#SplitXLSX

Hello! This is a very simple module and is intended to help you split large Excel files into more manageable ones. To install it, just run 'npm install splitxlsx -g'

To use it, just enter your command from your preferred directory.

splitxlsx -S yoursourceFile.xlsx -N 1000 -O outputsFolder -W myWorkSheetTitle

If you need to convert a date, then you should specify that with a settings file. The settings file should be a JSON file with the following format, and referenced with the optional -J parameter. In the following example, we convert the 5th column of the Student worksheet and the 2nd/3rd column of the Subscriptions worksheet to the excel date format.

{ "forceTypes": { "type": "date", "index": 4, "sheetName": "Student" }, { "type": "date", "index": 2, "sheetName": "Subscription", "startIndex": 1 }, { "type": "date", "index": 1, "sheetName": "Subscription", "startIndex": 1 } }

0.0.26

7 years ago

0.0.25

7 years ago

0.0.24

7 years ago

0.0.23

7 years ago

0.0.22

7 years ago

0.0.21

7 years ago

0.0.20

7 years ago

0.0.19

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago