Questions tagged [quickoffice]

Quickoffice is a discontinued cross platform office editing suite to search, access, edit, and sync files across multiple devices, computers, and clouds.

Cross platform office editing suite, PDF viewer, and file manager that works with e-mail, local files, and cloud services that enables search, access, edit, and file sync across multiple devices, computers, and clouds.

Website: http://www.quickoffice.com/

8 questions
3
votes
2 answers

Embedding Office files (.doc, .ppt, .xls) in my Android App

Is there a way to embed any kind of a viewer (for exapmle, QuickOffice Viewer) inside an Android App, in order to view/show/edit Documents such as .docx, pptx, xlsx, etc. (Word, Excel, PowerPoint files) ? Any SDK or any API to present those without…
zaxy78
  • 1,406
  • 3
  • 19
  • 32
3
votes
1 answer

Android: How do I open a file from my app for editing in QuickOffice?

Tested on Nexus 7 running Android 4.4 using QuickOffice 6.2.5.310b. I have implemented a Storage Access Framework DocumentsProvider in my app, which now allows me to open and edit one of my app's files from QuickOffice. I would also like to be able…
Vicki
  • 479
  • 5
  • 9
1
vote
2 answers

Load String of comma-separated-values (csv) into Quickoffice or Google Doc

I am writing an Android App that collects data as a String of comma-separated-values (terminating each line with '\n') and then emails me the data once a month. One of my beta-testers has informed me that he would like to be able to view the…
Gdalya
  • 385
  • 3
  • 17
1
vote
2 answers

QuickOffice: get file uri from share function of quickoffice

In my app I can download a document (docx for example) and open it in QuickOffice. After edditing the document I use the save button and after succesfully saved it, I hit the share button and select my app so I can reupload it. My problem is, is…
Carlo Matulessy
  • 975
  • 1
  • 13
  • 27
0
votes
1 answer

How to open file in QuickOffice from my app?

I need to open MS Office files from my application. I have implemented it with the help of QuickLook (QLPreviewController). But I want to open files within QuickOffice application. In Safari (it uses QuickLook to view MS Office files) I see a…
shuvalov
  • 4,713
  • 2
  • 20
  • 17
0
votes
2 answers

I need to open my my files in /data/data/{package-name}/files using QuickOffice in Android

I need your hrlp.Right now,I am struck in here. 1)My device does not have an sdcard. 2)In my app,I have MS files under my Internal Memory like ppt,xls and even pdf 3)I have quickoffice in my device. 4)When ever I launch a view intent using the…
Rradhak
  • 437
  • 1
  • 4
  • 16
0
votes
0 answers

startIntent with documents

I have a problem, I have this code. Intent intent = new Intent(Intent.ACTION_VIEW); intent.setData(Uri.fromFile(file)); intent.setType("application/*"); startNewActivity(intent); I opened Documents but throws me an error ,…
0
votes
1 answer

Android Storage Access Framework: QuickOffice doesn't show error when saving document

Tested on Nexus 7 running Android 4.4 using QuickOffice 6.2.5.310b. I've written a DocumentsProvider and testing integration with QuickOffice. In QuickOffice, I click Open, choose my provider, and select a file. I edit the file and click Save. If an…
Vicki
  • 479
  • 5
  • 9