vscode-sql-notebook icon indicating copy to clipboard operation
vscode-sql-notebook copied to clipboard

Add support to export to a standard format

Open hernanparra opened this issue 3 years ago • 3 comments

Be able to export a notebook with results as HTML or RICH TEXT or something I can send by email to a non-technical user.

hernanparra avatar Mar 15 '22 13:03 hernanparra

If I understand this correctly, the goal would be to share a document with a non-technical user that contains the query and its associated output?

I like the idea of a plain/rich text export with the query output formatted as plaintext tables underneath the queries.

cmoog avatar Mar 23 '22 19:03 cmoog

Exactly. Give the user something he can read and if needed copy & paste one result grid into a spreedsheet to work on it.

hernanparra avatar Mar 23 '22 20:03 hernanparra

Gonna throw this out there…if you used markdown it could be rendered to pretty much anything else using Pandoc. I believe this is how other “notebook” apps achieve the various output formats. As a for example, RMarkdown…

bucweat avatar Sep 05 '22 00:09 bucweat