Sort Score
Result 10 results
Languages All
Labels All
Results 3,221 - 3,230 of 30,150 for

worksheet

(0.06 sec)
  1. 用 C++ 获取工作表页面设置的宽度和高度|Documentation

    学习如何使用C++代码通过Aspose.Cells for C++ API以编程方式获取Excel工作表页面设置的纸张宽度和高度。...book ; // Access first worksheet Worksheet sheet = book . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/get-paper-width-an...
  2. Add Hide Function in Aspose.Cells for Reporting...

    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....Services: Set hide attributes for worksheet, rows and columns . Set a...

    docs.aspose.com/cells/reportingservices/add-hid...
  3. 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)...xlsx"); Worksheet worksheet = workbook.Worksheets[0]; worksheet...

    forum.aspose.com/t/i-would-like-to-hide-the-fil...
  4. 像Microsoft Excel一样处理图表轴的自动单位(使用C++)|Documentation

    了解如何在Aspose.Cells for C++中处理图表轴上的自动单位,类似于Microsoft Excel。我们的指南将展示如何配置和自定义图表轴的自动单位,包括科学计数法的显示和比例调整。...Access first worksheet WorksheetCollection worksheets = wb . GetWorksheets...GetWorksheets (); Worksheet ws = worksheets . Get ( 0 ); // Access...

    docs.aspose.com/cells/zh/cpp/handle-automatic-u...
  5. Access rendered value of cell color from condit...

    Hello, I wanted to understand whether Aspose.Cells was able to access the value that a conditional formatting rule has evaluated a cell color too in an Excel notebook. The scenario here is that I’d like to write validati…...the first worksheet worksheet = workbook.get_worksheets().get(0)...specific cell (e.g., A1) cell = worksheet.get_cells().get("A1") # Get...

    forum.aspose.com/t/access-rendered-value-of-cel...
  6. Public API Changes in Aspose.Cells 8.8.2|Docume...

    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....xlsx" ); //Access worksheet from which blank rows/columns...deleted var sheet = book . Worksheets [ 0 ]; //Access cells of...

    docs.aspose.com/cells/net/public-api-changes-in...
  7. 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....applied to the D3 cell of the worksheet Advanced topics Extract Theme...Conditional Formatting Format Worksheet Cells in a Workbook Analyzing...

    docs.aspose.com/cells/java/excel-2007-themes-an...
  8. Comparison and Migration with JavaScript via C+...

    Explore the differences and consider migration strategies for using Aspose.Cells with JavaScript via C++....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...> </ html > 2. Accessing Worksheets In .NET, you might see code...

    docs.aspose.com/cells/javascript-cpp/comparison...
  9. 用 C++ 查找并刷新父数据透视表的嵌套或子数据透视表|Documentation

    学习如何使用 Aspose.Cells for C++ 查找和刷新父数据透视表的嵌套或子数据透视表。...inputFilePath ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/find-and-refresh-t...
  10. How to add a PivotChart using Aspose.Cells for ...

    How to add a PivotChart using Aspose.Cells for JavaScript via C++....via C++: Add some data to a worksheet using a Cell object’s putValue...Add a pivot table to the worksheet by calling the add method...

    docs.aspose.com/cells/javascript-cpp/how-to-add...