Android Question b4a how to Show Data Rows Cols Like Excel?

xiaoyao

Active Member
Licensed User
Longtime User
Which control do I need to use to create a simple app like Excel?
If editing is still possible, which control is better and how to save data?


For example, loading a CSV file into a table, or ABC XLS, ABC.XLSX files, or JSON format data.
[{"col1":"a1","Col2","a2"},{"col1":"b1","Col2","b2"}]


EXCEL Control.png
 

xiaoyao

Active Member
Licensed User
Longtime User
If it could support setting the color of one column, one row, or automatic spacing between two colors, it would be more convenient
It can be modified in the app, and the color information will be automatically loaded the next time it is opened.
It would be even better if the color configuration of Excel table cells could be converted into JSON information
 
Upvote 0

epiCode

Active Member
Licensed User
 
Upvote 1

Shelby

Well-Known Member
Licensed User
Longtime User
I agree with Mr. Epicode's suggestion above. Many members here use SQLite for their table needs. Also, the SQLite db browser is useful for fast editing and producing a new table. The color of table cells can be accomplished by using the designer function in the IDE. There is even a function of the db browser where one can take cells from an excel document and place those cells in a table using the db browser.
 
Upvote 0
Top