Quote:
Originally Posted by Doitsu
That depends on your technical skills. If your MS Excel spreadsheet contains only two columns you could save it as a tab-delimited text file and process it with tab2opf.py.
If you're familiar with regular expressions, you could also convert the tab-delimited text file directly using a couple of regular expressions.
|
I have a computer skills so I will try to do my best.
Thanks.