Tagged Questions
0
votes
1answer
75 views
Exporting tabular data in Numbers-readable format
I have app that exports data in CSV. Recently I added "Open In..." feature for opening .csv files in other apps. I would like to be able to have Numbers (on iPad) open exported files as well.
...
0
votes
2answers
234 views
Tab Seperated text converted to tabular format with border
I needed to convert a Tab Seperated Text file into a tabular format as follows
File content
ID<TAB>WorkId<TAB>Date
0<TAB>W-1230699600000<TAB>2008-12-31
...