Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 51,770 for

workbook

(0.17 sec)
  1. Managing Page Breaks in Ruby|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....add_page_breaks ( workbook ) worksheets = workbook . getWorksheets...(that is Excel 2003) format workbook . save ( @data_dir + "Add...

    docs.aspose.com/cells/java/managing-page-breaks...
  2. Convert JSON to Excel with C++|Documentation

    Learn how to convert json to excel file with Aspose.Cells with C++....file to Excel Workbook. Convert JSON to Excel Workbook No need to...settings for importing JSON to Workbook. The following code example...

    docs.aspose.com/cells/cpp/convert-json-to-excel/
  3. Aspose.Cells 8.2.2中的公共API更改|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....获取创建电子表格的应用程序的版本号 Java Workbook book = new Workbook ( "sample.xlsx"...以获取更多信息。 Java Workbook workbook = new Workbook ( "sample.xlsx"...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. 使用C++重用样式对象|Documentation

    在Aspose.Cells for C++中,通过创建和使用可重用的样式对象,可以简化样式管理并提高代码效率。我们的指南将帮助您利用可重用样式对象的优势,并将其实现于您的应用程序中。...); // Create workbook object Workbook workbook ; // Access the...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/reusing-style-obje...
  5. Aspose.Cells 8.6.1中的公共API更改|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....a spreadsheet Workbook workbook = new Workbook ( inputFilePath...with preset HtmlSaveOptions workbook . save ( outputFilePath ,...

    docs.aspose.com/cells/zh/java/public-api-change...
  6. 使用 C++ 设置页面选项|Documentation

    本文提供示例代码,以使用 C++ API 编程方式设置 Excel 工作表的页面选项。您可以设置页面方向、缩放比例、适应页面选项、纸张大小、打印质量和首页编号。...提供了一个类, Workbook ,它代表一个 Microsoft Excel 文件。 Workbook 类包含一个 Worksheets...); // Create a new workbook Workbook workbook ; // Access the first...

    docs.aspose.com/cells/zh/cpp/setting-page-options/
  7. 在工作表中插入超链接|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 (); // Creating...Creating a Workbook object Worksheet sheet = workbook . Worksheets...

    docs.aspose.com/cells/zh/net/insert-hyperlinks-...
  8. Copy and Move Worksheets Within and Between Wor...

    Learn how to copy and move worksheets within and between Workbooks using Aspose.Cells for Node.js via C++. Efficiently manage your Workbook structures....Worksheets Within and Between Workbooks with Node.js via C++ Contents...you might want to create a workbook with sheets that contain the...

    docs.aspose.com/cells/nodejs-cpp/copy-and-move-...
  9. Pdf with Node.js via C++|Documentation

    Learn how to convert Excel Workbook into PDF using Aspose.Cells for Node.js via C++....supports conversion of Excel Workbook into PDF. In this example...an Excel Workbook into PDF. Converting Excel Workbook to PDF PDF...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  10. 使用Node.js通过C++隐藏工作表中的零值显示|Documentation

    本文将展示如何使用Node.js库通过C++编程方式隐藏Excel电子表格中的零值示例代码。...// Create a new Workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Get First worksheet of the workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/hiding-the-...