Skip to content

Commit

Permalink
import xlsx from local
Browse files Browse the repository at this point in the history
  • Loading branch information
naogify committed Dec 13, 2023
1 parent 9051eca commit fde9dca
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ RUN curl -L https://github.com/protomaps/go-pmtiles/releases/download/v1.11.1/go
# Install dependencies
RUN npm install -g csv2geojson
RUN npm install -g klaw
RUN npm install -g xlsx

COPY bin/ /bin/
COPY entrypoint.sh /entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion bin/excel2csv.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const XLSX = require('xlsx');
const XLSX = require('./xlsx.full.min');

const excel2csv = async (excelPath) => {

Expand Down
24 changes: 24 additions & 0 deletions bin/xlsx.full.min.js

Large diffs are not rendered by default.

0 comments on commit fde9dca

Please sign in to comment.