Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 86,313 for

workbook

(0.05 sec)
  1. 使用C++实现Excel主题和颜色|Documentation

    用C++代码使用带有Aspose.Cells for C++ API的Excel颜色方案...Instantiate a Workbook and open the template file Workbook workbook ( inputFilePath...theme with specified colors workbook . CustomTheme ( u "CustomeTheme1"...

    docs.aspose.com/cells/zh/cpp/excel-themes-and-c...
  2. 使用Node.js通过C++自动调整合并单元格的行高|Documentation

    学习如何使用Aspose.Cells for Node.js via C++自动调整合并单元格的行高。在表格中实现自动调整功能。...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Obtaining the reference of the newly added...

    docs.aspose.com/cells/zh/nodejs-cpp/autofit-row...
  3. 在Aspose.Cells中将电子表格转换为PDF|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.... C# Workbook workbook = new Workbook ( "../../data/test...the document in PDF format workbook . Save ( "AsposeConvert.pdf"...

    docs.aspose.com/cells/zh/net/convert-spreadshee...
  4. Hiding the Display of Zero Values in the Worksh...

    This article will show you sample code explaining how to programmatically hide the zero values in an Excel spreadsheet using the Node.js library via C++....// Create a new Workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Get First worksheet of the workbook...

    docs.aspose.com/cells/nodejs-cpp/hiding-the-dis...
  5. Import Data to Worksheets in xlsx4j|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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...sheet index int sheetIndex = workbook . getWorksheets (). add ();...

    docs.aspose.com/cells/java/import-data-to-works...
  6. Different Ways to Save Files|Documentation

    Aspose.Cells for Python via .NET can save files to different formats. Save Files to PDF. Save Files to HTML. Save Files to DOCX. Save Files to PPTX. Save Files to JSON. Save Files to MHTML....NET provides the Workbook which represents a Microsoft...work with Excel files. The Workbook class provides the save method...

    docs.aspose.com/cells/python-net/different-ways...
  7. Create XLTM using Python | products.aspose.com

    Generate Microsoft Excel XLTM documents using Python applications without using Microsoft Office....parameter while creating the Workbook object. How to Create XLTM...File in Python Create new Workbook class object having FileFormatType...

    products.aspose.com/total/python-java/create/xltm/
  8. Aspose.Cells for .NET how to Excel corruption d...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao image.png (4.9 KB) How to get the witch line getting an error....xlsx"; try { Workbook workbook = new Workbook(filePath); //...foreach (Worksheet sheet in workbook.Worksheets) { // Loop through...

    forum.aspose.com/t/aspose-cells-for-net-how-to-...
  9. AutoFit Rows for Merged Cells with Node.js via ...

    Learn how to auto-fit rows for merged cells using Aspose.Cells for Node.js via C++. Implement auto-fit functionality for merged cells in spreadsheets....following code, it creates a workbook object and adds multiple worksheets...Instantiating a Workbook object const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/autofit-rows-f...
  10. HTML|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....[ Hide ] Converting Excel Workbook to HTML The Aspose.Cells API...below shows how to save a workbook as an HTML file using C#:...

    docs.aspose.com/cells/net/convert-excel-to-html/