-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setup current FsSpreadsheet.Exceljs write for defaultio tests 🚧
- Loading branch information
1 parent
05e0ca4
commit 9805811
Showing
10 changed files
with
26 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import { Xlsx } from "./fable/Xlsx.js" | ||
|
||
export const inputPath = "../TestWorkbook_Excel.xlsx"; | ||
|
||
export const outputPath = "../TestWorkbook_FsSpreadsheet.js.xlsx"; | ||
|
||
async function run() { | ||
let wb = await Xlsx.fromXlsxFile(inputPath) | ||
console.log(wb) | ||
// await Xlsx.toFile(wb) | ||
} | ||
|
||
run(); | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
dotnet fable ../../../../src/FsSpreadsheet.Exceljs -o ./fable --noCache | ||
|
||
node ./fsSpreadsheet.js |
Binary file not shown.
Binary file renamed
BIN
+5.2 KB
...TestFiles/TestWorkbook_FsSpreadsheet.xlsx → ...Files/TestWorkbook_FsSpreadsheet.net.xlsx
Binary file not shown.