To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76577
Issue #|76577
Summary|Add SQL export
Component|Spreadsheet
Version|OOo 2.1
Platform|PC
URL|
OS/Version|Windows XP
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|ENHANCEMENT
Priority|P3
Subcomponent|save-export
Assigned to|spreadsheet
Reported by|powerstat
------- Additional comments from [EMAIL PROTECTED] Sat Apr 21 17:16:19 +0000
2007 -------
It would be helpful if SQL could be exported.
The first row would be the column name, the following rows would result in an
insert statement.
For example at the moment I am preparing a table for iso 639 language codes:
A B C D E
639-1 639-2T 639-2B 639-3 Name
de deu ger deu German
en eng eng eng English
Would be great to have it as insert statements like:
insert into languages ('639-1','639-2T','639-2B','639-3','Name') values
('de','deu','ger','deu','German');
insert into languages ('639-1','639-2T','639-2B','639-3','Name') values
('en','eng','eng','eng','English');
The table name must be configurable.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]