| Add-on Author: | TWiki:Main.JohnRouillard, TWiki:Main.SteveRJones, TWiki:Main.ElliotSchwartz, TWiki:Main.JosMaccabiani, TWiki:Main.BrankoBange, TWiki:Main.GeorgeDias |
| Add-on Version: | V 1.9, 24 Nov 2009 |
| Change History: | |
| 24 Nov 2009: | Version 1.9 - Added numerous capabilities, and code comments |
| 20 Aug 2008: | Version 1.8 - For merge cells,use of multi-span for rows |
| 05 May 2008: | Version 1.7 - Added more formatting support |
| 04 Nov 2006: | Version 1.6 - Added hyperlink support |
| 06 Jan 2006: | Version 1.4 - Direct export to clipboard; added support for horizontally joined cells |
| 10 Jul 2005: | Version 1.3 - Added export of italic cells with underscores |
| 03 Nov 2004: | Version 1.2 - Added export of bold cells with asterisks |
| 14 Aug 2003: | Version 1.1 - Added ALT-ENTER (hard carriage return) removal code |
| 11 Aug 2003: | Initial version |
| CPAN Dependencies: | none |
| Other Dependencies: | Excel |
| Perl Version: | N/A |
| License: | ??? |
| Add-on Home: | http://TWiki.org/cgi-bin/view/Plugins/ExcelExportTwikiTableAddOn |
| Feedback: | http://TWiki.org/cgi-bin/view/Plugins/ExcelExportTwikiTableAddOnDev |
| Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/ExcelExportTwikiTableAddOnAppraisal |
| PackageForm | |
|---|---|
| TopicClassification | AddOnPackage |
| TestedOnTWiki | 5.0, 4.3, 4.2, 4.1, 4.0.0, 01 Sep 2004, 01 Feb 2003, 01 Dec 2001, 01 Sep 2001 |
| TestedOnOS | AnyWin, OsWin2K |
| ShouldRunOnOS | AnyWin |
| InstalledOnTWikiOrg | No |
| DemoUrl | |
| DevelopedInSVN | No |
| ModificationPolicy | PleaseFeelFreeToModify |
| RelatedTopics | CategoryOfficeIntegration, ExcelImportExportPlugin |
| I | Attachment | Action | Size | Date | Who | Comment |
|---|---|---|---|---|---|---|
| |
ExportToTWiki1.5.bas | manage | 3.9 K | 2006-06-15 - 00:44 | ChrisWerry | center and right align cells where formatted center or right, right align numeric fields, use currcell.text instead of .value to preserve numeric formatting |
| |
ExportToTWiki1.6.bas | manage | 4.4 K | 2006-11-04 - 12:44 | RockyLin | Added hyperlink support |
| |
ExportToTWiki1.7.bas | manage | 5.3 K | 2008-05-04 - 21:59 | ChrisWerry | Chris Wrigley's changes: fixed merged cells, coloured text, pipe character and strikethrough |
| |
ExportToTWiki1.8.bas | manage | 5.5 K | 2008-08-20 - 14:09 | KingWei | For merge cells,use of multi-span for rows |
| |
ExportToTWiki1.9.bas | manage | 15.8 K | 2009-11-24 - 15:06 | GeorgeDias | - Replaced loops utilized to detect and replace hard-returns and occurrences of pipe with the native Replace function. - Added %NOP% to WikiWords within the text to prevent automatically creation of hyperlinks. - Added <literal>..</literal> tag to color text. - Added TWiki cell color format. - Added Table Plugin settings capabilities. |
| |
ExportToTwiki.bas | manage | 2.2 K | 2003-08-11 - 02:43 | JohnRouillard | Excel Macro to save sheet in TWiki table format |
| |
ExportToTwiki1.1.bas | manage | 3.0 K | 2003-08-15 - 17:10 | SteveRJones | V1.1 of John's VBas macro + strip ALT-ENTER chars |
| |
ExportToTwiki1.2.bas | manage | 3.3 K | 2004-11-04 - 02:40 | ElliotSchwartz | V1.2 recognizes bold cells |
| |
ExportToTwiki1.3.bas | manage | 3.5 K | 2005-07-10 - 20:04 | JosMaccabiani | added support for italic text |
| |
ExportToTwiki1.4.bas | manage | 3.2 K | 2006-01-06 - 10:52 | UnknownUser | exports directly to the clipboard; supports horizontally joined cells |