Sort Score
Result 10 results
Languages All
Labels All
Results 4,341 - 4,350 of 102,530 for

workbook

(0.31 sec)
  1. Detect Merged Cells in a Worksheet with JavaScr...

    Learn how to detect merged cells in a worksheet using Aspose.Cells for JavaScript via C++. This article will show you how to use the library to identify and manipulate merged cells...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); // Instantiate a new Workbook by opening the uploaded Excel...

    docs.aspose.com/cells/javascript-cpp/detect-mer...
  2. Copy Page Setup Settings from Source Worksheet ...

    This article explains how to use the JavaScript API or C++ library sample code to copy Page Setup settings from a source worksheet into a destination worksheet programmatically....When you add a new sheet to a workbook, it contains the default Page..."text/javascript" > const { Workbook , SaveFormat , CopyOptions...

    docs.aspose.com/cells/javascript-cpp/copy-page-...
  3. Get Address, Cell Count, Offset, Entire Column,...

    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...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...creates ranges on a new empty workbook and prints information to...

    docs.aspose.com/cells/javascript-cpp/get-addres...
  4. 实现类似Excel VBA范围的Cell.FormulaLocal,使用JavaScript通...

    学习如何使用Aspose.Cells for JavaScript通过C++实现类似Excel VBA的Range.FormulaLocal的Cell.FormulaLocal。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...'result' ); // Create workbook const wb = new Workbook (); // Assign...

    docs.aspose.com/cells/zh/javascript-cpp/impleme...
  5. Change Data Source of the Chart to Destination ...

    Learn how to change the data source of a chart to a destination worksheet while copying rows or a range in Aspose.Cells for JavaScript via C++. This guide demonstrates how to update the chart's data range and link it to the destination worksheet...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); // Instantiate Workbook from the uploaded file const...

    docs.aspose.com/cells/javascript-cpp/change-dat...
  6. Opening Files 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....'/data/' workbook = Rjb :: import ( 'com.aspose.cells.Workbook' ) ...xls' ) workbook = Rjb :: import ( 'com.aspose.cells.Workbook' ) ...

    docs.aspose.com/cells/java/opening-files-in-ruby/
  7. How to Filter Data in Excel Table using C#

    This topic shows how to filter data in Excel table using C# in WinForms .NET application without using MS Excel interop....SetLicense method Create a Workbook from the scratch Insert data...the first worksheet in the workbook Set AutoFilter range and add...

    kb.aspose.com/cells/net/how-to-filter-data-in-e...
  8. 使用C++在输出PDF中渲染Unicode补充字符|Documentation

    了解如何使用 Aspose.Cells for C++ 在输出 PDF 中渲染 Unicode 辅助字符。...characters Workbook wb ( inputFilePath ); // Save the workbook as PDF...:: Pdf ); std :: cout << "Workbook saved successfully with Unicode...

    docs.aspose.com/cells/zh/cpp/render-unicode-sup...
  9. 在加载文件时自动调整行高(C++)|Documentation

    了解如何使用 Aspose.Cells 与 C++ 自动适应未使用自定义高度的行。...file and save it as PDF { Workbook wb ( filePath + u "sample...load options for the second workbook LoadOptions loadOptions ;...

    docs.aspose.com/cells/zh/cpp/autofit-row-height/
  10. 导出数据棒、颜色刻度和图标集条件格式时的Excel转HTML,支持C++|Documentation

    学习在使用 Aspose.Cells for C++ 将Excel文件转换为HTML时,导出数据条、颜色刻度和图标集条件格式。...转换】(/cells/zh/cpp/convert-workbook-to-different-formats/#con...sample excel file in a workbook object Workbook wb ( filePath ); //...

    docs.aspose.com/cells/zh/cpp/export-databar-col...