@credenceanalytics/combine-excel

1.0.0 • Public • Published

Documentation

  • Convert multiple CSV files into a single excel with multiple sheet

I/P

{
    "filelist": [
        {
            "filepath": "./files/1.csv", //name of the csv file
            "sheet_name": "Portfolio",  // Name of the sheet in excel to be created 
            "header-bold":true          // First record to be bold 
        },
        {
            "filepath": "./files/2.csv",
            "sheet_name": "Transaction"
        }
    ],
    "op_file": "Combined.xlsx"  //O/P filename with path
}

O/P

{"status":"success"}    // In case successfully created else will throw an error

Test

  • npm run test

Readme

Keywords

Package Sidebar

Install

npm i @credenceanalytics/combine-excel

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

4.2 kB

Total Files

3

Last publish

Collaborators

  • jiteshsuthar
  • atulknowsme
  • shruti_shende
  • sonalnadkar
  • cred-shubham
  • sagarf
  • prajaktacred
  • mandakadam
  • prabhuvikas
  • jimmyjammerx
  • suraj_chavan
  • mohinim18