1.1.5 • Published 7 years ago

objxlsx v1.1.5

Weekly downloads
13
License
ISC
Repository
-
Last release
7 years ago

obj_xlsx

deal with xlsx and even maybe with vsc ##Easy use

import {SingleSheet} from '../app/obj_xlsx'
let data = SingleSheet.parse('./task.xlsx') //get an array of Object from the file "task.xlsx"
SingleSheet.store('./result.xlsx',data,'sheet1') //save the array of Object to the file "result.xlsx"

##SingleSheet.parse(path: string, p?: number ): Object[] ; parse an excel file so that you can use it as an array of Object ##SingleSheet.store(path: string, data: Object[], sheetName?: string ): boolean save an array of Object to an excel file using sheetName as "the name of the sheet"!!

1.1.5

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.8

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago