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

worksheet

(0.44 sec)
  1. 工作表转图片——设置渲染图像的像素格式(JavaScript通过C++)|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....the first worksheet in the Excel file const worksheet = workbook...workbook . worksheets . get ( 0 ); // Set the ImageOrPrintOptions with...

    docs.aspose.com/cells/zh/javascript-cpp/workshe...
  2. 检测超链接类型|Documentation

    了解如何通过Aspose.Cells for JavaScript在C++ API中检测超链接类型。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...(default) worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/zh/javascript-cpp/detect-...
  3. 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
  4. 获取应用于单元格的验证|Documentation

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

    docs.aspose.com/cells/zh/javascript-cpp/get-val...
  5. 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...
  6. 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...
  7. 使用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...
  8. 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...
  9. 使用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...
  10. Use Error Checking Options with JavaScript via ...

    Learn how to programmatically use error checking options in Excel Worksheets using Aspose.Cells for JavaScript via C++....error‑checking option for a worksheet in the template XLS file using...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/use-error-...