Emurasoft / excel-csv-import

An Excel add-in for importing and exporting CSV files
https://www.emeditor.com/
MIT License
13 stars 3 forks source link
csv office-addin typescript

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. Open a blank worksheet on Excel Online. Go to Insert | Office Add-ins. On the top right hand corner under Manage My Add-ins, click Upload my Add-In. Upload manifests/dev.manifest.xml.

  2. Run npx office-addin-dev-certs install to get https certificates that Excel accepts.

  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.