Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 20,891 for

worksheet

(0.15 sec)
  1. Change Character Spacing of Excel TextBox or Sh...

    Change the character spacing of Excel textboxes or shapes using Aspose.Cells for Node.js via C++....(); // Access first worksheet const worksheet = workbook . getWorksheets...textbox to the worksheet const shape = worksheet . getShapes ()...

    docs.aspose.com/cells/nodejs-cpp/change-charact...
  2. 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-...
  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. 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...
  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. 数据验证与C++|Documentation

    学习如何通过Aspose.Cells for C++ API添加数据验证。...Cells中,每个 Worksheet 类都有一个 GetValidations() 属性,该属性表示一组...Create a worksheet and get the first worksheet Worksheet ExcelWorkSheet...

    docs.aspose.com/cells/zh/cpp/data-validation/
  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. Public API Changes in Aspose.Cells 8.8.3|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....Adding ActiveX Controls to Worksheet . Following is the simple...//Access first worksheet from the collection Worksheet sheet = book...

    docs.aspose.com/cells/java/public-api-changes-i...
  9. 在 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...
  10. 获取趋势线方程文本的Node.js示例代码|Documentation

    学习如何使用Aspose.Cells for Node.js via C++获取Microsoft Excel中创建的图表趋势线的方程文本。我们的指南演示如何访问和提取趋势线的方程以供进一步分析或显示。...Access the first worksheet const worksheet = workbook . getWorksheets...chart inside the worksheet const chart = worksheet . getCharts ()...

    docs.aspose.com/cells/zh/nodejs-cpp/get-equatio...