Users of the latest HeidiSQL build file will find a new option when rightclicking a data grid: "Copy selected rows as LaTeX table". Same applies to the "Export grid data ..." which is capable of storing rows in LaTeX format to a file.
Thanks to brampton for the patch!
Now there are 5 different text formats supported in grid exports: CSV, HTML, XML, SQL and LaTeX. Probably you know some more reasonable file formats to support?
LaTeX output in grid export
Hello Anse!
Could you also add support for MediaWiki tables export? I guess it's not a big deal in comparation with Jira, these are just different column delimiters. Here is how a MediaWiki table looks like: http://de.wikipedia.org/wiki/Hilfe:Tabellen#Einfache_Tabelle
Could you also add support for MediaWiki tables export? I guess it's not a big deal in comparation with Jira, these are just different column delimiters. Here is how a MediaWiki table looks like: http://de.wikipedia.org/wiki/Hilfe:Tabellen#Einfache_Tabelle
In fact not, MediaWiki has a different syntax for tables from what you did for Jira. The header, the delimiters and the footer are different. Your output is for example
while in MediaWiki syntax that would be
|| *one* || *two* || *three* ||
|| 42 || 43 || 44 ||
while in MediaWiki syntax that would be
{| class="wikitable"
|-
! *one*!! *two*!! *three*
|-
| 42 || 43 || 44
|}
Please login to leave a reply, or register at first.