Hello,
I was hoping that the code below would limit the SaveAs Markdown to render only the print area, however that doesn’t seem to be the case. Is there a way to limit the render area with Markdown, similar to how Save…... var opts = new MarkdownSaveOptions { AlignColumnPadding...OnlyArea = true; workbook.Save(new MemoryStream(), opts); Thank...