Convert excel sheet to pdf in flutter - flutter

I need to generate an excel file in my flutter app and convert it to a pdf file
what i want is to
Export the Excel workbook as a PDF. An app like Excel can do it, but it has a special exporting form where the user has to specify if he wants to export only the currently displayed sheet, or the whole workbook.
Ideally I would also like my user to be able to view or preview the spreadsheet from my app. No need for him to be able to edit the spreadsheet at this time, just be able to read it.

Related

Is it possible to load microsoft forms dropdown list from excel or text file

Is it possible to load microsoft forms dropdown list from excel or text file
Is it possible to load microsoft forms dropdown list from excel or text file.
As the form options will keep changing frequently like daily, so if options can be loaded from a file or excel or onedrive file
can use script to update the file which can help with updationg fields of dropdown manually.
Any idea or workaround let me know. Thanks for your inputs.
Exploring the same in sharepoint forms as well.

Show pdf in flutter

How can I show a PDF file in my application?
I have the URLs of the files that I need to open in my database, what I need is to show any of those files.
Is there any way to do this?

Updating Excel sheet when we save data in document library

User did download the excel countries data from folders in the one SharePoint library Using “export to excel”. And also he store the Macro-enabled excel workbook.
1- When we save data in document library, we can get the data and call excel service REST API to write the data to the excel sheet. How to achive this ?
2- Is that possible, when running Macro's in Excel Workbooks stored in SharePoint?
When you click on 'Export to Excel', click anywhere on the data in the excel.
Then a tab will be highlighted in the Excel ribbon named 'Design'.
When you do changes in Doc library, just refresh it on the excel by clicking on the 'Refresh' button under 'Design' tab. Thats it.
You can even disconnect excel with SharePoint by clicking on 'Unlink' under 'Design' tab.
You can also export this excel to new SharePoint list by clicking on 'Export' under 'Design' tab.
Hope this helps.

The easiest way to convert an excel file in to a file readable by the iphone application

I have a excel sheet of some 3000 enteries. I want an easy way by which I can convert this file in to a file format which is readable by my iphone application and it automatically populates the data in that excel sheet in the rows of the table format in iphone app.
I am making an application which takes enteries from users and saves them in database.
The enteries displayed on the application which user would select and save in database , I want them to be populated through that excel sheet .
Please let me know what can I do ?
Thanks
Why didn't wetsider put his/her answer as an answer instead of a comment?
Use CSV instead of the native Excel format. You can fairly simply parse CSV (http://stackoverflow.com/questions/3031181/csv-parser-with-low-memory-footprint-for-iphone)

Can Oracle Reports 10g create a PDF with usable text fields?

I have an Oracle Reports 10g report, that pulls data from the database and saves the result as a PDF file on the user's PC. The users are requesting that the resultant PDF have a couple of text fields, so they can open the the PDF in Adobe Acrobat and type in some data (small amounts, like dates and filenames; not entire paragraphs or anything) and then save the PDF with the data.
Is this even possible? And if so, how?
If I understand correctly your question, the users have Adobe Acorbat Professional to type and save them.
We have done some files:
File
Generate to File
PDF
We open the file from Adobe Acorbat Professional application to edit and save.
If you have more question for us please let us know.