Sort Score
Result 10 results
Languages All
Labels All
Results 4,381 - 4,390 of 103,512 for

workbook

(0.63 sec)
  1. 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-...
  2. 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...
  3. Excel Themes and Colors|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....and other objects used in a workbook. For example, the Accent1...used to set the font color. Workbook.getThemeColor method can be...

    docs.aspose.com/cells/java/excel-2007-themes-an...
  4. Supported Functionality - Free Support Forum - ...

    Does Aspose.cells support GroupBy and PivotBy cell formula functions and BYROW and BYCOL lambda functions ? If not, are they on the roadmap? Thanks, Dean...Load the workbook Workbook workbook = new Workbook("sampleGroupPivotFiel...worksheet Worksheet worksheet = workbook.getWorksheets().get(1); //...

    forum.aspose.com/t/supported-functionality/294553
  5. How to Create Dynamic Chart with Dropdown List ...

    Learn how to create a dynamic chart that updates based on a drop‑down list selection using Aspose.Cells for C++. Our step‑by‑step guide will demonstrate how to integrate a drop‑down list into your chart for flexible data visualization....a new workbook and access the first worksheet. Workbook workbook...WorksheetCollection sheets = workbook . GetWorksheets (); Worksheet...

    docs.aspose.com/cells/cpp/create-dynamic-chart-...
  6. 指定在刷新数据透视表时数据透视表是否兼容Excel2003|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...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  7. I would like to hide the filters in the viewer....

    Hi Team , I don’t want filters to be visible in the viewer. Is there a configuration to hide them? I attached the sample file EDA.PC.00000142.zip (3.2 MB) image.png (38.1 KB)... Workbook workbook = new Workbook("e:\\test2\\EDA...xlsx"); Worksheet worksheet = workbook.Worksheets[0]; worksheet.ListObjects[0]...

    forum.aspose.com/t/i-would-like-to-hide-the-fil...
  8. Code Comparison for Common Features in Aspose.C...

    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....Sheet Within Workbook Re‑Order Sheets Within Workbook Header and...Aspose.Cells Working with Workbooks in Apache POI and Aspose.Cells...

    docs.aspose.com/cells/java/code-comparison-for-...
  9. Excel chart with curved text path converts to s...

    Hello, When converting an Excel chart to an image, we noticed that the text loses its curved formatting and appears in the wrong position. Could you please confirm whether this is an issue with the library? Workbook wo…... Workbook workbook = new Workbook("/path/to/pie-chart...-chart.xlsx"); workbook.getWorksheets().get(0).getCharts().get(0)...

    forum.aspose.com/t/excel-chart-with-curved-text...
  10. JavaScript与C++中的X轴与类别轴对比|Documentation

    学习如何区分Aspose.Cells for Java脚本通过C++中的X轴和类别轴。我们的指南将帮助您理解它们的使用和属性差异,以及如何根据需求进行配置。..."text/javascript" > const { Workbook , SaveFormat , ChartType ...arrayBuffer (); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/zh/javascript-cpp/x-axis-...