Forum Moderators: open
I have a price list which needs to be in table format (at most three columns), but the problem is that the word document is so messy. The data is separated by tabs and spaces, so "converting text to table" does not really help much.
I also tried saving the word doc as an html page, but that adds too much superfluous code.
There must be more time consuming way than doing it manually. Thinking there could be a way of sorting this with XVI32 Hex Editor, but have not had much exposure with that.
Any suggestions?
I have installed the HTML Tidy eclipse plugin which looks pretty helpful, although our config.xml file alone has thousand of warnings/errors and those errors need to be fixed before using HTML Tidy to generate a tidied up version. I mostly use eclipse for jsps and xml files, so this is not ideal for testing standalone html files. Or is there a better way to use this plugin to it's full potential (on a windows box)? Do I need to setup a new project for my html pages?