Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 28,086 for

worksheet

(0.1 sec)
  1. 用C++查找单元格值是否以单引号开始|Documentation

    学习如何使用Aspose.Cells for C++ API查找单元格值是否以单引号开始。...Workbook wb ; // Create worksheet Worksheet sheet = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/find-if-the-cell-v...
  2. Using Anonymous Types or Custom Objects|Documen...

    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....WorkbookDesigner (); // Get the first worksheet (default sheet) in the workbook...Cells . Worksheet w = report . Workbook . Worksheets [ 0 ]; //...

    docs.aspose.com/cells/net/using-anonymous-types...
  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....WorkbookDesigner (); //Get the first worksheet(default sheet) in the workbook...Cells . Worksheet w = report . Workbook . Worksheets [ 0 ]; //Input...

    docs.aspose.com/cells/zh/net/using-anonymous-ty...
  4. Access and Update the Portions of Rich Text of ...

    Learn how to Access and Update the Portions of Rich Text of Cell through the Aspose.Cells for C++ API....workbook ( inputPath ); Worksheet worksheet = workbook . GetWorksheets...(). Get ( 0 ); Cell cell = worksheet . GetCells (). Get ( U16String...

    docs.aspose.com/cells/cpp/access-and-update-the...
  5. How to Control Workbook View with C++|Documenta...

    Learn how to control workbook view using the Aspose.Cells for C++ API....data to cells in the first worksheet. Hide horizontal and vertical...workbook ; // Get the first worksheet Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/how-to-control-workbo...
  6. Split Panes in Apache POI and Aspose.Cells|Docu...

    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....implement split views, use the Worksheet class’s split method. To remove...setActiveCell ( "A20" ); //Split the worksheet window book . getWorksheets...

    docs.aspose.com/cells/java/split-panes-in-apach...
  7. Create Union Range with C++|Documentation

    Create Union Range in Excel files using Aspose.Cells with C++....range, and the index of the worksheet. The CreateUnionRange method...Move Range of Cells in a Worksheet with C++ Analyzing your prompt...

    docs.aspose.com/cells/cpp/create-union-range/
  8. Add Cell Validations|Documentation

    This article introduces how to add list validation, drop‑down list validation and custom expression validation in GridWeb.... Access a worksheet. Access the cell to which...control to a Web Form. Access a worksheet. Access the cell for which...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  9. Implement Custom Calculation Engine to extend t...

    This article describes how to extend the default calculation engine in JavaScript by implementing a custom calculation engine using the Aspose.Cells library for JavaScript via C++. Load an existing Excel file or create a new one to use the methods provided and save the modified Excel file....Workbook (); // Access the first worksheet from the collection const...const sheet = workbook . worksheets . get ( 0 ); // Access cell A1...

    docs.aspose.com/cells/javascript-cpp/implement-...
  10. 使用JavaScript通过C++的ImageOrPrintOptions的PageIndex...

    学习如何使用C++的Aspose.Cells for JavaScript将Excel文件的特定页面渲染为图像。...first worksheet const worksheet = workbook . worksheets . get...sheetRender = new SheetRender ( worksheet , opts ); // Generate images...

    docs.aspose.com/cells/zh/javascript-cpp/render-...