Skip to content

An Excel add-in for importing and exporting CSV files

License

Notifications You must be signed in to change notification settings

Emurasoft/excel-csv-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV Import+Export

CSV Import+Export is an Excel add-in which adds the ability to import and export CSV files.

Import CSV taskpane in Excel

Export CSV taskpane in Excel

Dev build

Requires Node.

  1. Run npx office-addin-dev-certs install to get https certificates that Excel accepts. Reopen your web browser.

  2. Open a blank worksheet on Excel Online. Go to Home | Add-ins | More Add-ins. Go to the My Add-ins tab. On the top right hand corner under Manage My Add-ins, click Upload my Add-In. Upload manifests/dev.manifest.xml.

  3. Run the following commands to start webpack-dev-server.

npm i
npm run devServer
  1. Go back to Excel and open CSV Import+Export.
  • Having both the published version and your dev version of CSV Import+Export installed can get confusing. I recommend removing the published version so you know which one you are working on.

  • Microsoft's detailed sideloading tutorials