mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Excel tweak, see http://www.heidisql.com/forum.php?t=8226
This commit is contained in:
@@ -53,7 +53,7 @@ object frmExportGrid: TfrmExportGrid
|
||||
Caption = 'Output format'
|
||||
ItemIndex = 0
|
||||
Items.Strings = (
|
||||
'Excel TSV'
|
||||
'Excel compatible'
|
||||
'Delimited text'
|
||||
'HTML table'
|
||||
'XML'
|
||||
|
||||
@@ -332,7 +332,10 @@ begin
|
||||
efTSV, efCSV: begin
|
||||
case ExportFormat of
|
||||
efTSV: begin
|
||||
Separator := #9;
|
||||
if radioOutputCopyToClipboard.Checked then
|
||||
Separator := #9
|
||||
else
|
||||
Separator := ',';
|
||||
Encloser := '"';
|
||||
Terminator := CRLF;
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user