Sort Score
Result 10 results
Languages All
Labels All
Results 2,491 - 2,500 of 21,314 for

worksheet

(0.05 sec)
  1. 如何用 C++ 为文本框应用/设置文本对齐|Documentation

    如何用 C++ 在 Aspose.Cells 中为文本框应用/设置文本对齐。...collection from the first worksheet ShapeCollection shapes = workbook...(); // Add a TextBox to the worksheet Shape shape = shapes . AddTextBox...

    docs.aspose.com/cells/zh/cpp/applying-text-alig...
  2. WRAPCOLS Excel function - Free Support Forum - ...

    We are considering purchasing a new Aspose Cells license but one of the functions we would need is the WRAPCOLS function which is not currently supported. Are there any plans to add support for this?...wrapCount) { Worksheet worksheet = workbook.Worksheets[0]; int rowCount...rowCount = worksheet.Cells.MaxDataRow + 1; for (int row = 0; row...

    forum.aspose.com/t/wrapcols-excel-function/314748
  3. Create Dynamic Charts|Documentation

    Learn how to create dynamic charts in Aspose.Cells for .NET. Our guide will show you how to dynamically update chart data, series, and formatting based on your requirements, allowing you to present changing data visually in your Worksheets....Access the Cells of the first Worksheet in the Workbook . Insert some...Access the Cells of the first Worksheet in the Workbook . Insert some...

    docs.aspose.com/cells/net/create-dynamic-charts/
  4. Save Specified Worksheets to PDF with C++|Docum...

    Export specific Worksheets to PDF using Aspose.Cells with C++....Save Specified Worksheets to PDF with C++ Contents [ Hide ] By...Aspose.Cells saves all visible worksheets in a workbook to a PDF file...

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

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

    docs.aspose.com/cells/zh/cpp/find-and-refresh-t...
  6. 使用 C++ 在图表系列中查找点的 X 和 Y 值的类型|Documentation

    学习如何使用 Aspose.Cells for C++ 确定图表系列点的 X 和 Y 值的类型。我们的指南将解释不同类型的数据值,并向您展示如何在图表中访问和处理它们。...xlsx" ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/find-type-of-x-and...
  7. How to Build Aspose.Cells for Go via C++ from t...

    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....workbook , _ := NewWorkbook () worksheets , _ := workbook . GetWorksheets...GetWorksheets () worksheet , _ := worksheets . Get_Int ( 0 ) cells...

    docs.aspose.com/cells/go-cpp/how-to-build-aspos...
  8. Use Error Checking Options|Documentation

    In this article, you will find sample code that will programmatically use error checking options of Excel Worksheets e.g. Numbers stored as Text using C# API or .NET Library....error checking option for a worksheet in the template XLS file using...Assistant Close How to Scale a Worksheet...

    docs.aspose.com/cells/net/use-error-checking-op...
  9. 在用 C++ 设置样式的 Custom 属性时检查自定义数字格式|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 C++ 库,支持在样式设置时检查自定义数字格式。本文将展示如何使用 Aspose.Cells 库检查自定义数字格式以确保样式正确。...true ); // Access first worksheet Worksheet sheet = book . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/check-custom-numbe...
  10. Read Excel File in Java

    This article demonstrates how to read Excel file in Java. It provides IDE setup instructions and a step-by-step guide along with a working code example to build an XLSX reader in Java....Cells to read Excel worksheets Get the source Excel file...subsequently refer to the worksheet to extract the data. After...

    kb.aspose.com/cells/java/read-excel-file-in-java/