Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 102,700 for

workbook

(0.12 sec)
  1. How to Rotate Text of Cell with C++|Documentation

    C++ code to rotate text of Cell with Aspose.Cells for C++ API...Excel Workbook First, you need to load the Excel workbook using...Aspose.Cells. You can use the Workbook class to open an existing...

    docs.aspose.com/cells/cpp/how-to-rotate-text-of...
  2. 使用字体|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....Cells - 使用字体 C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object workbook . Worksheets . Add (); Worksheet...

    docs.aspose.com/cells/zh/net/working-with-fonts/
  3. Data Sorting with C++|Documentation

    Learn how to sort data by using the Aspose.Cells for C++ API....xls" ; // Create workbook Workbook workbook ( inputFilePath );...); // Get the workbook DataSorter object DataSorter sorter =...

    docs.aspose.com/cells/cpp/sort-data-of-excel/
  4. Print Comments while saving to PDF with C++|Doc...

    Learn how to print comments while saving Excel files to PDF using Aspose.Cells for C++....Create a workbook from source Excel file Workbook workbook ( inputFilePath...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/print-comments-while-...
  5. 使用JavaScript通过C++将Excel导出为JSON|Documentation

    学习如何使用C++和Aspose.Cells for JavaScript将Excel文件转换为JSON。...Json 作为 Workbook.save(string, SaveFormat) 方法的第二个参数传递。您也可以使用..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  6. 用JavaScript通过C++插入Excel文件的图片和形状|Documentation

    使用Aspose.Cells for Java脚本通过C++管理Excel文件中的图片、OLE对象和形状。...body > < h1 > Add Picture to Workbook Example </ h1 > < p > Optional:...leave empty to create a new workbook. </ p > < input type = "file"...

    docs.aspose.com/cells/zh/javascript-cpp/insert-...
  7. Manipulate Position Size and Designer Chart wit...

    Learn how to use Aspose.Cells for C++ to effectively manipulate the position, size, and designer chart in Microsoft Excel. Our guide will demonstrate how to adjust these properties for improved layout and visualization....APIs; it loads an existing workbook that contains a chart in its...xls" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/cpp/manipulate-position-s...
  8. Adding 2-Color Scale and 3-Color Scale Conditio...

    How to use the Aspose.Cells library in JavaScript via C++ to add conditional formatting for two‑color scales and three‑color scales. By adjusting these criteria, you have more control over how cells look...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...we'll create a new workbook } let workbook ; if ( fileInput ....

    docs.aspose.com/cells/javascript-cpp/adding-2-c...
  9. Fill Settings|Documentation

    Learn how to customize the fill settings, background, and style of cells using the Aspose.Cells library for JavaScript via C++....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a worksheets collection...

    docs.aspose.com/cells/javascript-cpp/cells-fill...
  10. 检索电子表格文档中所有命名范围的字典|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....String fileName ) { // Given a workbook name, return a dictionary...Retrieve a reference to the workbook part. var wbPart = document...

    docs.aspose.com/cells/zh/net/retrieve-a-diction...