Development on a shoestring: Word or RTF parser
-
Roger · 4 years agoWhy not just have them save it as a text file instead? This is easy enough to do from inside Word for most users. And I assume you know how to parse a plain text file...
-
Glenn · 4 years agoYeah, I tried that, unfortunately that removes all the formatting, which removes all the data delimiters (table cells, etc.) which then make it impossible to seperate out the data from the labels.