mirror of
https://github.com/canna71/obsidian-sheets.git
synced 2026-07-22 08:30:27 +00:00
Formatting
This commit is contained in:
parent
9aca9aa471
commit
df78843055
1 changed files with 5 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ export function toSpreadsheet(wb: Workbook) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
const out = wb.worksheets.map((ws) => {
|
||||
const ows: SheetData = {
|
||||
name: ws.name,
|
||||
|
|
@ -223,6 +225,9 @@ export function toSpreadsheet(wb: Workbook) {
|
|||
return ows;
|
||||
});
|
||||
console.log(out);
|
||||
|
||||
|
||||
|
||||
return out;
|
||||
}
|
||||
function pt2px(pt: number) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue