Skip to content

Commit cb8cfd1

Browse files
author
m.r
committed
v 3.0.0
1 parent 72996bf commit cb8cfd1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+19519
-18862
lines changed

README.md

Lines changed: 463 additions & 113 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { g as O, c as d } from "./_commonjsHelpers-10dfc225.mjs";
1+
import { g as O, c as d } from "./index-75f58258.mjs";
22
function A(u, v) {
33
for (var l = 0; l < v.length; l++) {
44
const r = v[l];

dist/_commonjsHelpers-10dfc225.mjs

Lines changed: 0 additions & 8 deletions
This file was deleted.

dist/excel-table.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ declare interface ExcelTableOption {
8080
styles?: Styles;
8181
}
8282

83+
export declare const extractExcelData: typeof extractExcelData_2;
84+
85+
declare function extractExcelData_2(uri: string): Promise<string>;
86+
8387
declare interface Formula {
8488
[insertCell: string]: FormulaSetting;
8589
}
@@ -209,8 +213,6 @@ declare interface SortAndFilter {
209213
}
210214

211215
declare interface StyleBody {
212-
fg?: string;
213-
fontColor?: string;
214216
fontFamily?: string;
215217
type?: string;
216218
size?: number;

0 commit comments

Comments
 (0)