Hello,
I am brand new to HP calculators, but I bought HP Prime now.
I have the following idea, please let me know your opinions and ideas, before I start programming that.
The idea of my PHP project is simple: read sheet from given PC file with PHPExcel library - supports wide range of sheet types (ODF, XLS, CSV, XLSX... convert sheet cells to HP Prime program, which returns value of cells as list.
RETURN {{A1,A2,...An},{B1,B2,...Bn}};
Program transfered to HP Prime will then be the datasource for another use.
further impovement - program will also include functions
GETROW(R)
GETCOLUMN(C)
GETCELL(C,R)
GETBLOCK(C1,R1,C2,R2)
IMPORTTOSHEET - writes the data to HP Prime Spreadsheet APP