Convert Excel worksheet into WIKI table
There is one use case that i see my users over and over wanting to do. (and i never have a good answer. . )
Take an excel worksheet and put this on a WIKI page as a WIKI table. Is there any easy way to do this? I was thinking about writing a VBA macro in Excel to take a worksheet and export WIKI table syntax. Before i did this, i wanted to see if there was any other way to getting data that is in an excel worksheet into a WIKI table.
I have tried:
1. Tikisheets: this didn't seem to help and i found the whole interface quite difficult to use and there was no easy way for a non tech person to simply take an excel sheet and bring in to a WIKI page with a small amount of steps.
2. Export Excel sheet as HTML and then copy and paste HTML into WIKI page. This kind of worked but is still way to much manual work for my users. They are not tech savvy at all.
3. Export excel as CSV file. Open up in Notepad. replace "," with "|" and copy from notepad into WIKI. Also quite manuall and too error prone for non tech users.
my VBA macro idea was to export direct WIKI syntax to the clipboard so they can then go into a WIKI page and just paste this out. This solution has the overhead of having them to setup some Excel addin in their Excel instance.
Any other thoughts . .
Also, I hear that in version 1.10 there will be a WYSIWYG editor. Will this include editing tables (add row, delete row, add column, etc . .) ??
thks,
ak