Sort Score
Result 10 results
Languages All
Labels All
Results 3,191 - 3,200 of 199,180 for

new

(0.23 sec)
  1. Save Workbook to Text or CSV Format using Aspos...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....workbook Workbook workbook = new Workbook ( FileName ); //0-byte...array byte [] workbookData = new byte [ 0 ]; //Text save options...

    docs.aspose.com/cells/net/save-workbook-to-text...
  2. Load Workbook with specified Printer Paper Size...

    Learn how to set the printer paper size while loading a workbook using Aspose.Cells for Node.js via C++....Please note, if you create a new file in MS Excel, you will find...first worksheet const workbook = new AsposeCells . Workbook (); const...

    docs.aspose.com/cells/nodejs-cpp/load-workbook-...
  3. CsvDataSource Class | Aspose.Words for .NET

    Access and utilize CSV data effortlessly with Aspose.Words.Reporting.CsvDataSource. Enhance your reports with seamless data integration!...CsvDataSource ( Stream ) Creates a new data source with data from a...CsvDataSource ( string ) Creates a new data source with data from a...

    reference.aspose.com/words/net/aspose.words.rep...
  4. 总结文档|Aspose.Words为Java

    总结一个文档。 Aspose.Words为Java 通过允许您指定摘要长度,使用OpenAI和GoogleAI模型简化文档摘要。...下面的代码示例演示如何使用GPT-4o模型汇总文档: Document firstDoc = new Document ( getMyDir () + "Big...docx" ); Document secondDoc = new Document ( getMyDir () + "Document...

    docs.aspose.com/words/zh/java/summarize-a-docum...
  5. Import FDF format annotations to PDF via C#|Asp...

    Use existing Form.ImportFdf() or add PdfAnnotationEditor.ImportAnnotationsFromFdf() methods for import FDF format annotations to PDF with Aspose.PDF for .NET....FDF file and put them into the new PDF. The following code snippet...orms (); using ( var form = new Aspose . Pdf . Facades . Form...

    docs.aspose.com/pdf/net/import-fdf/
  6. NodeCollection.Add | Aspose.Words for .NET

    Discover the NodeCollection Add method to effortlessly append nodes to your collection, enhancing your data management with ease and efficiency....prepare a new section node for editing. Document doc = new Document...Paragraph )); // If we add a new section like this, it will not...

    reference.aspose.com/words/net/aspose.words/nod...
  7. NodeCollection.add method | Aspose.Words for No...

    NodeCollection.add method. Adds a node to the end of the collection....prepare a new section node for editing. let doc = new aw . Document...Paragraph ); // If we add a new section like this, it will not...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose.Cells for Java 可中断库|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....] //Create a new Workbook final Workbook wb = new Workbook ();...final InterruptMonitor monitor = new InterruptMonitor (); wb . setInterruptMonitor...

    docs.aspose.com/cells/zh/java/aspose-cells-for-...
  9. Creating an Outlook Message (MSG) File|Document...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... C# // Creates a new Outlook Application instance...objOutlook = new Outlook . Application (); // Creating a new Outlook...

    docs.aspose.com/email/java/creating-an-outlook-...
  10. How to Run Aspose.Email|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Create a New Project Open Visual Studio and create a new Console...{ // Create a new email message var eml = new MailMessage { Subject...

    docs.aspose.com/email/net/how-to-run-aspose-email/