Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 30,160 for

worksheet

(0.23 sec)
  1. 使用C++访问和修改单元格富文本部分|Documentation

    学习如何通过Aspose.Cells for C++ API访问和更新单元格富文本的部分内容。...workbook ( inputPath ); Worksheet worksheet = workbook . GetWorksheets...(). Get ( 0 ); Cell cell = worksheet . GetCells (). Get ( U16String...

    docs.aspose.com/cells/zh/cpp/access-and-update-...
  2. 用JavaScript通过C++确定图表中存在的轴线|Documentation

    学习如何在使用Aspose.Cells for JavaScript通过C++创建的图表中确定存在的轴线。我们的指南将帮助你识别和访问图表中的不同轴线,包括类别轴、数值轴和次轴。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/zh/javascript-cpp/determi...
  3. Implement a Custom Calculation Engine to Extend...

    This article describes how to extend the default calculation engine by implementing a custom calculation engine using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new one, we can use the methods provided by Aspose.Cells to implement a custom calculation engine and get the results. Finally, we save the modified Excel file to disk....() { Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...function without writing it in a worksheet AI Document Assistant Close...

    docs.aspose.com/cells/cpp/implement-custom-calc...
  4. Checkbox on Excel - Free Support Forum - aspose...

    Hello, I need to manage check box on excel cells thanks to the new feature provide per Excel. image.png (7.4 KB) Which permit to have checkbox like this: image.png (491 Bytes) We are developing a web application and…...first worksheet in the Excel file Worksheet worksheet = workbook...workbook.Worksheets[0]; // Insert checkbox to the cell A5 Aspose...

    forum.aspose.com/t/checkbox-on-excel/312207
  5. 获取应用于单元格的验证|Documentation

    本文介绍了如何通过C++中的JavaScript对单元格应用验证。... 同样,您可以使用 Worksheet.validations.validationInCell(number...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/zh/javascript-cpp/get-val...
  6. How to Delete Comment in Excel using C#

    In this tutorial, you will learn how to delete comment in Excel using C#. The steps and code snippet demonstrates how to remove comments from Excel using C#....Workbook class object Access a Worksheet using its index Remove the...the input Excel file and a worksheet by using its index. In the...

    kb.aspose.com/cells/net/how-to-delete-comment-i...
  7. Autofit Rows and Columns in Excel using Java

    This tutorial explains how to auto fit Excel using Java. It covers the IDE setup, a list of steps, and a runnable sample code to auto fit in Excel using Java....Access any particular worksheet with the Worksheet class using its...index or by mentioning the worksheet name. Next, autofit the rows/columns...

    kb.aspose.com/cells/java/autofit-rows-and-colum...
  8. 使用JavaScript via C++合并或取消合并单元格区域|Documentation

    使用C++的JavaScript在Excel中合并和取消合并范围内的单元格。...first worksheet const worksheet = workbook . worksheets . get...Create a range const range = worksheet . cells . createRange ( "A1:D4"...

    docs.aspose.com/cells/zh/javascript-cpp/merge-o...
  9. Set Default Font while rendering spreadsheet to...

    Learn how to set the default font while rendering a spreadsheet to HTML using Aspose.Cells for C++....text in cell B4 of the first worksheet, and sets its font to an ...access the first worksheet Workbook wb ; Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/set-default-font-whil...
  10. 使用C++加载或导入带有公式的CSV文件。|Documentation

    使用Aspose.Cells与C++加载或导入包含公式的CSV文件。...cell D4 (indices 3,3) Worksheet worksheet = workbook . GetWorksheets...GetWorksheets (). Get ( 0 ); worksheet . GetCells (). ImportCSV ( srcDir...

    docs.aspose.com/cells/zh/cpp/load-or-import-csv...