4117 | function decode_range(range) {
4118 | var idx = range.indexOf(":");
^ TypeError: undefined is not an object (evaluating 'range.indexOf')
at decode_range (/nix/store/3nj1108sqb5jdi4i0gw557vwzz92d3ch-gno-1.5.1/lib/gno/node_modules/.bun/xlsx@0.18.5/node_modules/xlsx/xlsx.js:4118:12) at sheet_to_html (/nix/store/3nj1108sqb5jdi4i0gw557vwzz92d3ch-gno-1.5.1/lib/gno/node_modules/.bun/xlsx@0.18.5/node_modules/xlsx/xlsx.js:20905:10) at convert (/nix/store/3nj1108sqb5jdi4i0gw557vwzz92d3ch-gno-1.5.1/lib/gno/node_modules/.bun/markitdown-ts@0.0.9+8807d451ca9b302e/node_modules/markitdown-ts/dist/index.mjs:687:38)
at async _convert (/nix/store/3nj1108sqb5jdi4i0gw557vwzz92d3ch-gno-1.5.1/lib/gno/node_modules/.bun/markitdown-ts@0.0.9+8807d451ca9b302e/node_modules/markitdown-ts/dist/index.mjs:1121:33)
Killed