|
Cookbook /
ImportTabTableSummary: import and convert tab table to simple table markup quickly.
Version: 2010-04-14
Prerequisites:
Status:
Maintainer: HansB
Questions answered by this recipeHow can I import a table from another application? How can I import a tabbed table? DescriptionThis script makes it possible to import and convert tabbed tables from other applications (as from spreadsheet, word, rtf applications) into PmWiki simple tables. Copy tab2table.phpΔ to your cookbook folder, install in a config file: include_once('cookbook/tab2table.php');
Usage:Highlight and copy the table cells to the clipboard, and paste into the edit box of a wiki page. Then click the 'Table' GUI button to convert into PmWiki simple table markup, and save your page. If for any reason the page contains tab characters which shall remain intact, add a line with the word TABLE (in Capitals) before the pasted tabbed table, and add a line with the word END after it, then proceed to convert by clicking the table GUI button. NotesThis script works similar than ExcelPaste, but avoids converting lines which contain no tab characters, and does not add lots of space characters. Release notes
See also
ContributorsCommentsUser notes? : If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki. |