Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 19,942 for

worksheet

(0.07 sec)
  1. How to Lock Cells to Protect Them|Documentation

    This article shows you code explaining how to lock cells to protect them using Aspose.Cells for Node.js via C++....while keeping the rest of the worksheet protected. Protecting Formulas:...functionality of the entire worksheet. Enforcing Business Rules:...

    docs.aspose.com/cells/nodejs-cpp/how-to-lock-ce...
  2. 在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.... Worksheet objSheet = ( Excel . Worksheet ) excelApp...[ "Sheet1" ]; //Hide the worksheet. objSheet . Visible = Excel...

    docs.aspose.com/cells/zh/net/hide-and-unhide-wo...
  3. 从工作表导出数据|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....first worksheet in the Excel file Worksheet worksheet = workbook... Object dataTable [][] = worksheet . getCells (). exportArray...

    docs.aspose.com/cells/zh/java/export-data-from-...
  4. 更改行或列的字体和颜色|Documentation

    本文介绍如何在GridDesktop中更改行或列的字体和颜色。...设置为任意所需的 颜色 //Accessing the worksheet of the Grid that is currently...currently active Worksheet sheet = gridDesktop1 . GetActiveWorksheet...

    docs.aspose.com/cells/zh/net/aspose-cells-gridd...
  5. 在PHP中向新Excel文件添加工作表|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....()); $worksheets = $ptr -> Get ( $workbook , "Worksheets" , array...array ()); $worksheet_index = $ptr -> Call ( $worksheets , "Add_2"...

    docs.aspose.com/cells/zh/net/add-worksheets-to-...
  6. 在单元格中添加数据|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....工作表由Worksheet类表示。Worksheet类提供了一个Cells集合。Cells集合中的每个项表示Cell类的对象。...added worksheet in the Excel file Worksheet worksheet = workbook...

    docs.aspose.com/cells/zh/java/add-data-in-cells/
  7. Set Default Font while rendering spreadsheet to...

    Learn how to set the default font while rendering spreadsheets to images using Aspose.Cells for Node.js via C++....text in cell A4 of the first worksheet, and sets its font to an invalid...it takes two images of the worksheet. The first image is taken...

    docs.aspose.com/cells/nodejs-cpp/set-default-fo...
  8. 在Ruby中冻结窗格|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....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) \ # Applying...

    docs.aspose.com/cells/zh/java/freeze-panes-in-r...
  9. Insert Background Image to Excel|Documentation

    How to insert background image to Excel using Aspose.Cells for Java....Contents [ Hide ] You can make a worksheet more appealing by adding a...a picture as a worksheet background. This feature can be quite...

    docs.aspose.com/cells/java/insert-background-im...
  10. Setting Column Width or Row Height|Documentation

    This article explains how to set column width and row height using the Aspose.Cells.GridDesktop API.... Sometimes, worksheet cells contain values that...Cells.GridDesktop: Access a worksheet. Access the column you want...

    docs.aspose.com/cells/net/aspose-cells-griddesk...