Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 20,987 for

worksheet

(0.07 sec)
  1. 通过Node.js通过C++插入Excel文件的图片和形状|Documentation

    使用Aspose.Cells for Node.js via C++管理Excel文件中的图片、OLE对象和形状。...Workbook (); // Adding a new worksheet to the Workbook object const...added worksheet by passing its sheet index const worksheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/insert-shapes/
  2. 在工作表单元格中显示字符串|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 mySheet = myWorkbook . ActiveSheet...fileName ); Worksheet mySheet = myWorkbook . Worksheets [ myWorkbook...

    docs.aspose.com/cells/zh/net/display-string-in-...
  3. 使用C++在Node.js中复制和移动工作表|Documentation

    本文包含示例代码,描述如何使用C++的Node.js API在Excel工作簿内以及跨工作簿编程复制和移动工作表。...inputPath ); // Create a Worksheets object with reference to...Aspose.Cells提供一种方法 Worksheet.copy(Worksheet) ,用于复制数据和格式,从源工作表...

    docs.aspose.com/cells/zh/nodejs-cpp/copying-and...
  4. Encrypt, decrypt, protect and unprotect Excel f...

    This snippet introduces how to encrypt and decrypt excel files, protect and unprotect the data in excel files using JAVA codes....users from viewing hidden worksheets, adding, moving, deleting...deleting, or hiding worksheets, and renaming worksheets, you can protect...

    docs.aspose.com/cells/java/protect-and-unprotect/
  5. Get Connection points from shape|Documentation

    This article shows how to Get Connection points from shape through the Aspose.Cells for Python via .NET API....Front or Back inside the Worksheet Finding Absolute Position...Position of Shape inside the Worksheet...

    docs.aspose.com/cells/python-net/get-connection...
  6. Converting to MHTML Files in PHP|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....to MHTML Files To convert Worksheet to MHTML file using Aspose...Java in PHP, simply invoke worksheet_to_mhtml() method of Converter...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  7. Removing Slicer with C++|Documentation

    Learn how to remove slicers in Excel files programmatically using Aspose.Cells for C++....programmatically, please use the Worksheet.Slicers.Remove() method. It...remove the slicer from the worksheet. Removing Slicer The following...

    docs.aspose.com/cells/cpp/removing-slicer/
  8. Create Charts in xlsx4j|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 WorksheetCollection worksheets = workbook...getWorksheets (); Worksheet sheet = worksheets . get ( 0 ); //...

    docs.aspose.com/cells/java/create-charts-in-xls...
  9. 使用Node.js通过C++在保存为PDF时打印评论|Documentation

    了解在将Excel文档保存为PDF时如何打印评论,使用编号Aspose.Cells for Node.js via C++。...Access the first worksheet const worksheet = workbook . getWorksheets..."PrintCommentsType.PrintSheetEnd" */ worksheet . getPageSetup (). setPrintComments...

    docs.aspose.com/cells/zh/nodejs-cpp/print-comme...
  10. Format and Modify Named Ranges with Node.js via...

    Learn how to format and modify named ranges using Aspose.Cells for Node.js via C++....Workbook (); // Get the first worksheet in the book. const WS = workbook...Workbook (); // Clears the worksheets workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/format-and-mod...