I want to know if there is a possibility of getting a database in a spread sheet view similar to excel or SQLServer.
I tried converting the database file into txt which I did get results but not the clear one I was hoping for.
I want to know if there is a possibility of getting a database in
Share
Once you pull the information out of the database, create a tableview and then just populate the cells/rows, and you have a spreadsheet view.
You could also just save it as a delimited string and email it somewhere so you can open it in excel.