Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 13,798 for

worksheet

(0.09 sec)
  1. 在工作表中添加注释|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....Workbook (); //Adding a new worksheet to the Workbook object int...int sheetIndex = workbook . Worksheets . Add (); //Obtaining the...

    docs.aspose.com/cells/zh/net/add-comment-in-wor...
  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....== 0 ) { // The specified worksheet does not exist. return ; }...Id ); Worksheet worksheet = worksheetPart . Worksheet ; // Get...

    docs.aspose.com/cells/zh/net/calculate-the-sum-...
  3. 自动调整行和列|Documentation

    通过Aspose.Cells for Java API了解如何自动调整行和列。...Java自动调整行和列 自动调整行的宽度和高度的最直接方法是调用Worksheet.autoFitRow方法。autoFitRow方法接受要调整大小的行索引作为参数。...first worksheet in the Excel file Worksheet worksheet = workbook...

    docs.aspose.com/cells/zh/java/auto-fit-row-and-...
  4. 从流中打开电子表格文档|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....stream , true ); // Add a new worksheet. WorksheetPart newWorksheetPart...newWorksheetPart . Worksheet = new Worksheet ( new SheetData ());...

    docs.aspose.com/cells/zh/net/open-a-spreadsheet...
  5. 使用Aspose.Cells for Node.js via C++计算IFNA函数|Docu...

    如何通过C++的Node.js使用Aspose.Cells库计算IFNA函数。加载现有Excel文件或创建新文件,然后计算IFNA函数以获取结果。最后,将修改后的Excel文件保存到磁盘。...workbook // Access first worksheet const worksheet = workbook . getWorksheets...); // Add data for VLOOKUP worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/zh/nodejs-cpp/calculating...
  6. Zoom Factor in Jython|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 ) # Setting...

    docs.aspose.com/cells/java/zoom-factor-in-jython/
  7. Find or Search Data|Documentation

    Learn how to find or search cells in a Worksheet that contains specified data through the Aspose.Cells for Python via .NET API....users to find cells in a worksheet that contains specified data...users to find cells in a worksheet that contains specified data...

    docs.aspose.com/cells/python-net/find-or-search...
  8. 用C++用Aspose.Cells计算IFNA函数|Documentation

    如何使用Aspose.Cells库的C++实现对IFNA函数的计算。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法计算IFNA函数并获得结果。最后将修改后的Excel文件保存到磁盘。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...); // Add data for VLOOKUP worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/calculating-ifna-f...
  9. Open a spreadsheet document from a stream|Docum...

    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....stream , true ); // Add a new worksheet. WorksheetPart newWorksheetPart...newWorksheetPart . Worksheet = new Worksheet ( new SheetData ());...

    docs.aspose.com/cells/net/open-a-spreadsheet-do...
  10. Create and manage tables of Microsoft Excel fil...

    Insert, resize, edit, delete, format table of Excel files using Aspose.Cells library....Workbook class contains a Worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/net/create-and-format-table/