We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3461eb9 commit 8c017a5Copy full SHA for 8c017a5
src/converters/xlsx.ts
@@ -1,7 +1,7 @@
1
import { ConverterOptions, ConverterResult } from "../types";
2
import { HtmlConverter } from "./html";
3
import * as fs from "fs";
4
-import XLSX from "xlsx";
+import * as XLSX from "xlsx";
5
6
export class XlsxConverter extends HtmlConverter {
7
async convert(local_path: string, options: ConverterOptions): Promise<ConverterResult> {
0 commit comments