Socket
Book a DemoInstallSign in
Socket

@credenceanalytics/combine-excel

Package Overview
Dependencies
Maintainers
5
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@credenceanalytics/combine-excel

Combining multiple csv file into 1 excel file with multiple sheets in it.

1.0.0
latest
npmnpm
Version published
Weekly downloads
0
Maintainers
5
Weekly downloads
 
Created
Source

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

Keywords

excel

FAQs

Package last updated on 21 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.