Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 102,714 for

workbook

(0.18 sec)
  1. 用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...
  2. Save as ODF 1.1, 1.2 and 1.3 with Node.js via C...

    Convert Excel to ODF 1.1, 1.2 and 1.3 specifications with Aspose.Cells for Node.js via C++....sample code below creates a workbook object, adds a value to cell...Create workbook const workbook = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/save-ods-file-...
  3. Issue with the excel Xls file when tested in As...

    Hi Team, I tried adding the Xls file to Aspose checker and there was pop up stating converted into PDF and vanished within few seconds. But I was unable to find the converted PDF document. Please find the attached sam…...the Excel file Workbook workbook = new Workbook("path/to/your/file...xls"); // Save the workbook as a PDF workbook.Save("path/to/output/file...

    forum.aspose.com/t/issue-with-the-excel-xls-fil...
  4. 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...
  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. 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-...
  7. Removing Worksheets Using Sheet Index in PHP|Do...

    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....through path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/net/removing-worksheets-u...
  8. Using ChartGlobalizationSettings Class to Set D...

    Learn how to use the ChartGlobalizationSettings class in Aspose.Cells for JavaScript via C++ to set different languages for chart components. Our guide will help you understand how to localize chart elements, labels, and legends...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate Workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/using-char...
  9. Removing Worksheets Using Sheet Name in PHP|Doc...

    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....through a path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/net/removing-worksheets-u...
  10. Working Solution for Chart Resizing in PPTX|Asp...

    Fix unexpected chart resizing in PPTX when using embedded Excel OLE objects with Aspose.Slides for C++. Learn two methods with code to keep sizes consistent....changes in the underlying Excel workbook and then return to the corresponding...clicking outside the activated workbook. The size of the OLE object...

    docs.aspose.com/slides/cpp/working-solution-for...