I need to write a lot of class 开发者_StackOverflow中文版courses presentations to my programming class, and I constantly need to show source code (mainly C code).
I have a function in my .NET C# application which export data from DataGridView to CSV file, and 开发者_开发百科opens the file with Excel.
I\'m trying to build an application to convert documents (word, powerpoint) to PDF using the OpenOffice SDK.
I cannot use Cells(x开发者_Python百科,y) anymore in OpenOffice (seems to be a bug, from what I can gather googling Cells.select). Are there any workaround for this (with different code)? I need to res
e.g for png it\'s image/png What would be the HTTPR开发者_开发技巧esponse content type for the following file formats (e.g. doc, docx, ppt, pptx, xls, xlsx and open office equivalents).doc, docs - ap
I\'m working on a c# project where I get input from Office documents, and right now I\'m using MS Office for it. This simply means the MS Office interop components have to be present on the user\'s PC
I have Java Uno application which runs on server and performs automated text extraction from documents. I want to shutdown OpenOffice from my application before开发者_如何学Go exiting.How can I do thi
Hi I have a rich text control on the word document. I am using OpenXML to find the content control and set the data.
I need to fill in price fields in our billing system, and I need to basically do 6 * 1.99, 8 * 1.99, 10 * 1.99, all the way through 64. Then do the same thing for 6 - 64 with 1.79$, then again with 6
I have an Excel document and I want to export it to PDF format. However, my document goes beyond A4 format area and I want to scale it before 开发者_如何转开发export.