Skip to content

Commit

Permalink
[UPD] xlsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Oct 10, 2024
1 parent 8d29099 commit 04caaff
Show file tree
Hide file tree
Showing 4 changed files with 161 additions and 4 deletions.
2 changes: 1 addition & 1 deletion md/mdDiaporama.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import ol_ext_element from "ol-ext/util/element";
import { getMediaURL } from "mcutils/api/serviceURL";
import { getMediaURL } from "../api/serviceURL";

import './mdDiaporam.css'

Expand Down
2 changes: 1 addition & 1 deletion md/mdImageSlider.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import ol_ext_element from "ol-ext/util/element";
import { getMediaURL } from "mcutils/api/serviceURL";
import { getMediaURL } from "../api/serviceURL";

import './mdImageSlider.css'

Expand Down
158 changes: 157 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"papaparse": "^5.4.1",
"proj4": "^2.9.0",
"qrjs": "^0.1.3",
"webfontloader": "^1.6.28"
"webfontloader": "^1.6.28",
"xlsx": "^0.18.5"
},
"staticFiles": {
"staticPath": "examples/assets",
Expand Down

0 comments on commit 04caaff

Please sign in to comment.