diff --git a/src/Views/SheetView.ts b/src/Views/SheetView.ts index 3c3dff4..30dff68 100644 --- a/src/Views/SheetView.ts +++ b/src/Views/SheetView.ts @@ -73,6 +73,8 @@ export function processCodeBlock( } + if((ctx as any).spreadsheet) return; + const options = {...DEFAULT_OPTIONS, ...parseYaml(source)}; const { filename, height, width,rows, cols, fontSize, cellHeight, cellWidth } = options;