toufik 2 Posted September 25, 2022 is there any free component or demos to how manipulate an excel file on android ..? i just want to import some values and export it again Share this post Link to post
rvk 33 Posted September 26, 2022 If it's just some values you need it might be easier to just extract the .xlsx and read the values from the sheet1.xml. Also changing them (and rezipping them to a new .xlsx) won't be a problem. Adding value might become somewhat more difficult and needs some understanding of the xml structures. 1 Share this post Link to post
toufik 2 Posted September 28, 2022 On 9/26/2022 at 11:32 AM, rvk said: If it's just some values you need it might be easier to just extract the .xlsx and read the values from the sheet1.xml. Also changing them (and rezipping them to a new .xlsx) won't be a problem. Adding value might become somewhat more difficult and needs some understanding of the xml structures. thanks for reply i will try that and get back to you Share this post Link to post
Serge_G 87 Posted September 29, 2022 Or you can use Firedac CDATA Excel 1 Share this post Link to post
toufik 2 Posted October 2, 2022 On 9/29/2022 at 7:52 AM, Serge_G said: Or you can use Firedac CDATA Excel thanks for reply but i'm looking for free solution right now thanks Share this post Link to post
David Heffernan 2345 Posted October 2, 2022 Apache POI seems to be the go to library. Share this post Link to post