Sort Score
Result 10 results
Languages All
Labels All
Results 2,951 - 2,960 of 104,120 for

workbook

(0.17 sec)
  1. Insert a Linked Picture from Web Address with N...

    Learn how to insert a linked picture from a web address into a worksheet using Aspose.Cells for Node.js via C++....new Workbook. const workbook = new AsposeCells . Workbook ();...Address) to B2 cell. const pic = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/insert-a-linke...
  2. 用C++更改HTML链接目标类型|Documentation

    学习如何使用编号Aspose.Cells for C++更改HTML链接的目标类型,程序化控制HTML链接中的target属性。...html" ; // Create workbook Workbook workbook ( inputPath ); //...); // Save the workbook to HTML format workbook . Save ( outputPath...

    docs.aspose.com/cells/zh/cpp/change-the-html-li...
  3. Get Icon Sets, Data Bars or Color Scales Object...

    Aspose.Cells for C++ is a library for working with spreadsheet files. It supports the use of icon sets, data bars, and color scale objects in conditional formatting to display data from spreadsheets. This article describes how to use the Aspose.Cells library to retrieve data for these objects....xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...worksheet in the workbook Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/get-icon-sets-data-ba...
  4. Pivot Table Hide and Sort Data with C++|Documen...

    Learn how to hide and sort data in pivot tables using Aspose.Cells with C++...." ); // Load the workbook Workbook workbook ( srcDir + u "PivotTableHideAndSor...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/pivot-table-hide-and-...
  5. 用 C++ 将 JSON 转换为 CSV|Documentation

    学习如何使用 Aspose.Cells for C++ 结合简单和嵌套的 JSON 示例将 JSON 转换为 CSV。...return - 1 ; } Workbook workbook ; Cells cells = workbook . GetWorksheets...+ u "SampleJson_out.csv" ; workbook . Save ( outputFilePath );...

    docs.aspose.com/cells/zh/cpp/convert-json-to-csv/
  6. Using LightCells API with C++|Documentation

    Learn how to use the LightCells API in C++ to efficiently read and write large Excel files with minimal memory usage.... To save workbooks, provide the cell content...processed and then discarded; the Workbook object does not hold the collection...

    docs.aspose.com/cells/cpp/using-lightcells-api/
  7. Converting Worksheet to SVG 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....Code def worksheet_to_svg ( workbook ) # Convert each worksheet...into SVG format sheet_count = workbook . getWorksheets () . getCount...

    docs.aspose.com/cells/java/converting-worksheet...
  8. Count number of cells in the Worksheet with C++...

    In this article, you will learn how to programmatically count the number of cells in the Excel worksheet using the C++ API with Aspose.Cells....Load source Excel file Workbook workbook ( sourceDir + u "BookWithSomeData...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/count-number-of-cells...
  9. Show and Hide Elements|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....show and hide elements of a workbook including worksheets, rows...class, Workbook that represents an Excel file. Workbook class...

    docs.aspose.com/cells/java/show-and-hide-elements/
  10. Cannot turnoff ListObject (table) AutoFilter Co...

    How can we turn off AutoFilter completely on a ListObject (table)? We have tried the following: Workbook Workbook = new Workbook("Demo.xlsx"); Worksheet worksheet = Workbook.Worksheets[0]; ListObject listObj = workshee…...the following: Workbook workbook = new Workbook("Demo.xlsx");...xlsx"); Worksheet worksheet = workbook.Worksheets[0]; ListObject listObj...

    forum.aspose.com/t/cannot-turnoff-listobject-ta...