Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 20,904 for

worksheet

(0.21 sec)
  1. How to Insert a Slicer in Excel using C#

    This tutorial guides on how to insert a slicer in Excel using C#. It contains all the necessary details to configure the environment, step-wise details to write the program and a sample code to add a slicer in Excel using C#....to different objects in a worksheet and save it as an XLSX , XLS...Get access to the target worksheet where the slicer is to be...

    kb.aspose.com/cells/net/how-to-insert-a-slicer-...
  2. BUG: Datavalidation with REGEXTEST does not wor...

    I’m creating a Excel with .NET and trying to add a datavalidation to check if a cell value is an URL. Consider the following code: public void AddDataValidation(CellArea cellArea, Column column, Worksheet Worksheet) { …...column, Worksheet worksheet) { var startCellName = worksheet.Cells[cellArea...StartColumn].Name; var validations = worksheet.Validations; var validation...

    forum.aspose.com/t/bug-datavalidation-with-rege...
  3. How to set point as total with C++|Documentation

    In some Excel chart, for example, waterFall chart, you may need to set point as total. This article describes how to use Aspose.Cells with C++ to do it....// Get the first worksheet Worksheet worksheet = wb . GetWorksheets...chart by name Chart chart = worksheet . GetCharts (). Get ( u "Graphiq5"...

    docs.aspose.com/cells/cpp/how-to-set-point-as-t...
  4. 使用C++应用Subtotal和更改详细下方轮廓总结行方向|Documentation

    了解如何使用Aspose.Cells for C++ API对数据应用Subtotal并更改详细下方轮廓总结行的方向。... 您可以使用 Worksheet.Cells.Subtotal() 方法对数据应用Subtotal。它接受以下参数:...表示是否在数据下方添加总结。 此外,您还可以使用 Worksheet.Outline.SummaryRowBelow 属...

    docs.aspose.com/cells/zh/cpp/applying-subtotal-...
  5. 在单元格中添加HTML富文本的C++示例|Documentation

    学习如何通过 Aspose.Cells for C++ API在单元格中添加HTML富文本。...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...Access cell A1 Cell cell = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/adding-html-rich-t...
  6. Copying Rows and Columns|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....columns in a worksheet without copying the entire worksheet. With Aspose...shows how to copy a row in a worksheet. It uses a template Microsoft...

    docs.aspose.com/cells/go-cpp/copying-rows-and-c...
  7. 用C++设置图表系列的值格式代码|Documentation

    学习如何在Aspose.Cells for C++中设置图表系列的值格式代码。我们的指南将帮助您理解如何使用适当的格式代码格式化图表系列数据,以便准确专业地呈现您的数据。...// Access first worksheet Worksheet worksheet = wb . GetWorksheets...Access first chart Chart ch = worksheet . GetCharts (). Get ( 0 );...

    docs.aspose.com/cells/zh/cpp/set-the-values-for...
  8. 在 VSTO 和 Aspose.Cells 中创建饼图|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....Value ); // Access a Vsto Worksheet Microsoft . Office . Interop...Interop . Excel . Worksheet nativeWorksheet = Globals . ThisAddIn...

    docs.aspose.com/cells/zh/net/create-a-pie-chart...
  9. 使用 C++ 在加载工作簿或工作表时筛选对象 Node.js 版本|Documentation

    学习如何在加载工作簿或工作表时使用 Aspose.Cells for Node.js via C++ 进行筛选。...startSheet(Worksheet) 方法。在创建或使用 LoadFilter 时,请从...xlsx" ), lOptions ); // Save worksheet to a single PDF page. const...

    docs.aspose.com/cells/zh/nodejs-cpp/filter-obje...
  10. Create Pivot Tables and Pivot Charts|Documentation

    Create Pivot Tables and Pivot Charts with Aspose.Cells for Java API....invoice entries in a list in a worksheet. A pivot table can total the...a PivotTable report on a worksheet. PivotTables, a collection...

    docs.aspose.com/cells/java/create-pivot-tables-...