@node-projects/excelforge 3.4.0 → 3.6.0
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/core/Workbook.d.ts +2 -2
- package/dist/core/Workbook.js +66 -28
- package/dist/core/Workbook.js.map +1 -1
- package/dist/core/WorkbookReader.js +1 -1
- package/dist/core/WorkbookReader.js.map +1 -1
- package/dist/features/FormControlBuilder.d.ts +0 -2
- package/dist/features/FormControlBuilder.js +1 -25
- package/dist/features/FormControlBuilder.js.map +1 -1
- package/dist/features/FormControlBuilderCommon.d.ts +5 -0
- package/dist/features/FormControlBuilderCommon.js +26 -0
- package/dist/features/FormControlBuilderCommon.js.map +1 -0
- package/dist/index-core-min.js +151 -252
- package/dist/index-min.js +149 -149
- package/package.json +2 -2
- package/dist/index copy.d.ts +0 -25
- package/dist/index copy.js +0 -18
- package/dist/index copy.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@node-projects/excelforge",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0",
|
|
4
4
|
"description": "A **complete TypeScript library** for reading and writing Excel `.xlsx` files with **zero external dependencies**. Works in browsers, Node.js, Deno, Bun, and edge runtimes.",
|
|
5
5
|
"homepage": "https://github.com/node-projects/excelForge#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"build": "tsc",
|
|
21
21
|
"prepublishOnly": "npm run build && npm run bundle && npm run bundle-core",
|
|
22
22
|
"bundle": "esbuild ./dist/index.js --format=esm --minify --external:fs/promises --external:zlib --platform=neutral --bundle --outfile=./dist/index-min.js",
|
|
23
|
-
"bundle-core": "esbuild ./dist/index-core.js --format=esm --minify --external:fs/promises --external:zlib --platform=neutral --bundle --outfile=./dist/index-core-min.js"
|
|
23
|
+
"bundle-core": "esbuild ./dist/index-core.js --format=esm --minify --external:../features/ChartBuilder.js --external:../features/FormControlBuilder.js --external:../features/PivotTableBuilder.js --external:../vba/VbaProject.js --external:fs/promises --external:zlib --platform=neutral --bundle --outfile=./dist/index-core-min.js"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"esbuild": "^0.28.0",
|
package/dist/index copy.d.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export { Workbook } from './core/Workbook.js';
|
|
2
|
-
export { Worksheet } from './core/Worksheet.js';
|
|
3
|
-
export { SharedStrings } from './core/SharedStrings.js';
|
|
4
|
-
export { StyleRegistry } from './styles/StyleRegistry.js';
|
|
5
|
-
export { CellError } from './core/types.js';
|
|
6
|
-
export { style, StyleBuilder, Styles, Colors, NumFmt } from './styles/builders.js';
|
|
7
|
-
export { a1ToR1C1, r1c1ToA1, formulaToR1C1, formulaFromR1C1, } from './utils/helpers.js';
|
|
8
|
-
export { worksheetToCsv, csvToWorkbook } from './features/CsvModule.js';
|
|
9
|
-
export type { CsvOptions } from './features/CsvModule.js';
|
|
10
|
-
export { worksheetToJson, workbookToJson } from './features/JsonModule.js';
|
|
11
|
-
export type { JsonExportOptions } from './features/JsonModule.js';
|
|
12
|
-
export { worksheetToHtml, workbookToHtml } from './features/HtmlModule.js';
|
|
13
|
-
export type { HtmlExportOptions, WorkbookHtmlExportOptions } from './features/HtmlModule.js';
|
|
14
|
-
export { worksheetToPdf, workbookToPdf } from './features/PdfModule.js';
|
|
15
|
-
export type { PdfExportOptions, PdfWorkbookOptions } from './features/PdfModule.js';
|
|
16
|
-
export { FormulaEngine } from './features/FormulaEngine.js';
|
|
17
|
-
export { encryptWorkbook, decryptWorkbook, isEncrypted } from './features/Encryption.js';
|
|
18
|
-
export type { EncryptionOptions } from './features/Encryption.js';
|
|
19
|
-
export { saveChartTemplate, applyChartTemplate, serializeChartTemplate, deserializeChartTemplate } from './features/ChartBuilder.js';
|
|
20
|
-
export { signPackage, signVbaProject, signWorkbook, generateTestCertificate } from './features/Signing.js';
|
|
21
|
-
export type { SigningOptions, SignResult } from './features/Signing.js';
|
|
22
|
-
export type { CellValue, ErrorValue, Cell, RichTextRun, CellStyle, Font, Fill, PatternFill, GradientFill, GradientStop, Border, BorderSide, BorderStyle, Alignment, NumberFormat, Color, FillPattern, HorizontalAlign, VerticalAlign, MergeRange, Image, CellImage, ImageFormat, ImagePosition, Chart, ChartType, ChartSeries, ChartAxis, ChartPosition, ChartDataLabels, ChartTemplate, ChartModernStyle, ChartColorPalette, ConditionalFormat, CFType, CFColorScale, CFDataBar, CFIconSet, IconSet, Table, TableColumn, TableStyle, PivotTable, PivotDataField, PivotFunction, Sparkline, SparklineType, DataValidation, ValidationType, ValidationOperator, AutoFilter, Comment, Hyperlink, FormControl, FormControlType, FormControlAnchor, NamedRange, Connection, ConnectionType, CommandType, PowerQuery, ColumnDef, RowDef, FreezePane, SplitPane, SheetProtection, PageSetup, PageMargins, PageBreak, HeaderFooter, PrintOptions, SheetView, PaperSize, Orientation, WorkbookProperties, WorksheetOptions, CalcSettings, CalcMode, OleObject, Shape, ShapeType, WordArt, WordArtPreset, Theme, ThemeColor, CustomIcon, CFCustomIconSet, TableSlicer, PivotSlicer, CustomPivotStyle, PivotStyleElement, QueryTable, ExternalLink, LocaleSettings, MathEquation, MathElement, MathElementType, } from './core/types.js';
|
|
23
|
-
export { VbaProject } from './vba/VbaProject.js';
|
|
24
|
-
export type { VbaModule, VbaModuleType, VbaFormControl } from './vba/VbaProject.js';
|
|
25
|
-
export { colIndexToLetter, colLetterToIndex, cellRefToIndices, indicesToCellRef, parseRange, dateToSerial, pxToEmu, base64ToBytes, bytesToBase64, } from './utils/helpers.js';
|
package/dist/index copy.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export { Workbook } from './core/Workbook.js';
|
|
2
|
-
export { Worksheet } from './core/Worksheet.js';
|
|
3
|
-
export { SharedStrings } from './core/SharedStrings.js';
|
|
4
|
-
export { StyleRegistry } from './styles/StyleRegistry.js';
|
|
5
|
-
export { CellError } from './core/types.js';
|
|
6
|
-
export { style, StyleBuilder, Styles, Colors, NumFmt } from './styles/builders.js';
|
|
7
|
-
export { a1ToR1C1, r1c1ToA1, formulaToR1C1, formulaFromR1C1, } from './utils/helpers.js';
|
|
8
|
-
export { worksheetToCsv, csvToWorkbook } from './features/CsvModule.js';
|
|
9
|
-
export { worksheetToJson, workbookToJson } from './features/JsonModule.js';
|
|
10
|
-
export { worksheetToHtml, workbookToHtml } from './features/HtmlModule.js';
|
|
11
|
-
export { worksheetToPdf, workbookToPdf } from './features/PdfModule.js';
|
|
12
|
-
export { FormulaEngine } from './features/FormulaEngine.js';
|
|
13
|
-
export { encryptWorkbook, decryptWorkbook, isEncrypted } from './features/Encryption.js';
|
|
14
|
-
export { saveChartTemplate, applyChartTemplate, serializeChartTemplate, deserializeChartTemplate } from './features/ChartBuilder.js';
|
|
15
|
-
export { signPackage, signVbaProject, signWorkbook, generateTestCertificate } from './features/Signing.js';
|
|
16
|
-
export { VbaProject } from './vba/VbaProject.js';
|
|
17
|
-
export { colIndexToLetter, colLetterToIndex, cellRefToIndices, indicesToCellRef, parseRange, dateToSerial, pxToEmu, base64ToBytes, bytesToBase64, } from './utils/helpers.js';
|
|
18
|
-
//# sourceMappingURL=index%20copy.js.map
|
package/dist/index copy.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index copy.js","sourceRoot":"","sources":["../src/index copy.ts"],"names":[],"mappings":"AA2BA,OAAO,EAAE,QAAQ,EAAE,MAAU,oBAAoB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAS,qBAAqB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAS,iBAAiB,CAAC;AAG/C,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AACnF,OAAO,EACL,QAAQ,EAAE,QAAQ,EAAE,aAAa,EAAE,eAAe,GACnD,MAAM,oBAAoB,CAAC;AAG5B,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAExE,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAI3E,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAI3E,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAIxE,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAG5D,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAIzF,OAAO,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAGrI,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,YAAY,EAAE,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AAoH3G,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAIjD,OAAO,EACL,gBAAgB,EAChB,gBAAgB,EAChB,gBAAgB,EAChB,gBAAgB,EAChB,UAAU,EACV,YAAY,EACZ,OAAO,EACP,aAAa,EACb,aAAa,GACd,MAAM,oBAAoB,CAAC"}
|