Can I save some input text into a MS Excel format file on Android?
-
wrote on 3 May 2015, 16:24 last edited by
Hello,
I have a pretty dead simple scenario for a app I want to implement for Android:
One text input field and one button. I want to be able to save input text (+ hour when it the text was entered) into MS Excel file format.
Is it possible with Qt? :)
Regards,
Mike. -
Hello,
I have a pretty dead simple scenario for a app I want to implement for Android:
One text input field and one button. I want to be able to save input text (+ hour when it the text was entered) into MS Excel file format.
Is it possible with Qt? :)
Regards,
Mike.wrote on 3 May 2015, 16:37 last edited by@greenhouse
You would have to use active Qt containers. AFAIK this is not possible on Android.
The question is if csv format would not be better for you. You can import this into Excel if required.
2/2