Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 82,065 for

workbook

(0.08 sec)
  1. 使用Node.js via C++复制源范围的行高到目标范围|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...."data" ); // Create workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Source worksheet const srcSheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-row-he...
  2. 用C++更改数据透视表的布局|Documentation

    学习如何使用Aspose.Cells for C++以紧凑、轮廓和表格式在数据透视表中更改布局。...Create workbook object from source excel file Workbook workbook...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/changing-the-layou...
  3. 通过Node.js和C++显示与隐藏工作表和标签|Documentation

    本文提供了使用Node.js API或Node.js库以程序化方式显示和隐藏Excel工作表的示例代码。此外,还介绍了如何显示和隐藏Excel工作簿标签。...提供了一个类 Workbook ,代表一个Excel文件。 Workbook 类包含一个 Workbook.getWorksheets()...filePath ); // Instantiating a Workbook object with opening the Excel...

    docs.aspose.com/cells/zh/nodejs-cpp/show-and-hi...
  4. Display Bullets by setting Cell Value using HTM...

    Add bullets to Excel Cells using HTML and the easy to use Aspose.Cells for C++ API....Cells-for-C // Create workbook object Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/display-bullets-by-se...
  5. 使用 Chart.SetChartDataRange 方法与 C++ 轻松设置图表的方法|Do...

    学习如何在 Aspose.Cells for C++ 中轻松使用 Chart.SetChartDataRange 方法设置图表。我们的指南将向您展示如何指定图表的数据范围,让您能以最少的努力创建专业且准确的图表。...Cells-for-C // Create new workbook Workbook workbook ( FileFormatType...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/easy-way-for-chart...
  6. 用C++管理评论和注释|Documentation

    使用Aspose.Cells for C++插入和管理评论或注释。...); // Create a new workbook Workbook workbook ; // Add a new worksheet...worksheet to the workbook int32_t sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/comments-and-notes/
  7. Using WorkbookMetadata with Node.js via C++|Doc...

    Learn how to edit Workbook metadata using Aspose.Cells for Node.js via C++....light-weight version of a workbook into memory to edit its metadata...WorkbookMetadata class to load the workbook. The following sample code...

    docs.aspose.com/cells/nodejs-cpp/using-workbook...
  8. Implementing Non-Sequential Ranges with C++|Doc...

    Learn how to create named ranges with non-adjacent cells using Aspose.Cells with C++....); // Create a new workbook Workbook workbook ; // Adding a Name...sequenced range int index = workbook . GetWorksheets (). GetNames...

    docs.aspose.com/cells/cpp/implementing-non-sequ...
  9. Saving Excel files to CSV, PDF and other format...

    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....would also need to save your workbook (file). Aspose.Cells provides...API provides a class named Workbook that represents an Excel file...

    docs.aspose.com/cells/java/saving-excel-files-t...
  10. Convert-JSON-to-Excel|Documentation

    Learn how to convert json to excel file with Aspose.Cells for Python via .NET API....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/python-net/convert-json-t...