@fileverse-dev/dsheet 1.0.76 → 1.0.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -189627,8 +189627,8 @@ const OMt = async (e, r, t, a) => {
|
|
|
189627
189627
|
Company: "",
|
|
189628
189628
|
Manager: ""
|
|
189629
189629
|
};
|
|
189630
|
-
|
|
189631
|
-
kMt(s, `${l}.xlsx`, {
|
|
189630
|
+
let l = await (a == null ? void 0 : a()) || "Sheet";
|
|
189631
|
+
console.log(l), l.length > 30 && l.slice(0, 30), kMt(s, `${l}.xlsx`, {
|
|
189632
189632
|
bookType: "xlsx",
|
|
189633
189633
|
type: "binary",
|
|
189634
189634
|
sheetStubs: !1,
|