<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 613: Export multiple result tables names</title><link href="https://sourceforge.net/p/squirrel-sql/feature-requests/613/" rel="alternate"/><link href="https://sourceforge.net/p/squirrel-sql/feature-requests/613/feed.atom" rel="self"/><id>https://sourceforge.net/p/squirrel-sql/feature-requests/613/</id><updated>2023-12-06T11:34:15.572000Z</updated><subtitle>Recent changes to 613: Export multiple result tables names</subtitle><entry><title>#613 Export multiple result tables names</title><link href="https://sourceforge.net/p/squirrel-sql/feature-requests/613/?limit=25#95cb" rel="alternate"/><published>2023-12-06T11:34:15.572000Z</published><updated>2023-12-06T11:34:15.572000Z</updated><author><name>Ginko</name><uri>https://sourceforge.net/u/ginko/</uri></author><id>https://sourceforge.neta0d21ecc8e296e2762fc2e0efbe69bb26622f9d2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks,&lt;br/&gt;
very good job&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#613 Export multiple result tables names</title><link href="https://sourceforge.net/p/squirrel-sql/feature-requests/613/?limit=25#de4d" rel="alternate"/><published>2023-09-17T20:06:14.310000Z</published><updated>2023-09-17T20:06:14.310000Z</updated><author><name>Gerd Wagner</name><uri>https://sourceforge.net/u/gerdwagner/</uri></author><id>https://sourceforge.neta745ff786602acb1f63bf605c4e399e66ddeda32</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Is committed to our GIT repository and will be available in future snapshots and versions.&lt;/p&gt;
&lt;p&gt;Excerpt from change log:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;SQL Script Plugin: In analogy to the existing syntax to export a SQL result directly using the syntax&lt;br/&gt;
    @file '/tmp/customers.xlsx' SELECT * FROM customers&lt;br/&gt;
  one may now directly create an MS-Excel workbook file with multiple sheets using the following syntax:&lt;br/&gt;
    @msExcelWorkbook 'C:/tmp/out.xlsx'&lt;br/&gt;
    @sheet 'Orders' SELECT * FROM orders;&lt;br/&gt;
    @sheet 'Stores' SELECT * FROM stores;&lt;br/&gt;
  where the ";" may need to be replaced by the SQL separator in use.&lt;/p&gt;
&lt;/blockquote&gt;&lt;/div&gt;</summary></entry><entry><title>Export multiple result tables names</title><link href="https://sourceforge.net/p/squirrel-sql/feature-requests/613/" rel="alternate"/><published>2023-08-10T14:22:01.177000Z</published><updated>2023-08-10T14:22:01.177000Z</updated><author><name>Ginko</name><uri>https://sourceforge.net/u/ginko/</uri></author><id>https://sourceforge.net919819118ea164ad3631cb5101deeb1b589475ec</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Good evening,&lt;br/&gt;
I would like to be able to store the workbook name and the name of the sheets at the level of the sql code with some suffix to be able to identify them. I saw that you can store it in a json file and recall it but when you have so many records it is difficult to find the right one. Mine is just an idea there are certainly other ways to solve this if you think it is important.&lt;br/&gt;
Best Regards,&lt;/p&gt;
&lt;p&gt;Gino&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>