Can I save some input text into a MS Excel format file on Android?
-
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. -
@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.