Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 21,314 for

worksheet

(0.06 sec)
  1. Merging and Unmerging 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....can also merge cells in a worksheet. You may unmerge, or split...settings. Merging Cells in a Worksheet. Using Microsoft Excel The...

    docs.aspose.com/cells/java/merging-and-unmergin...
  2. 使用C++将工作表渲染为图像时设置默认字体|Documentation

    了解如何使用Aspose.Cells与C++在将工作表渲染为图像时设置默认字体。...s ); // Access first worksheet Worksheet ws = wb . GetWorksheets...ImageType :: Png ); // Render worksheet image with Courier New as...

    docs.aspose.com/cells/zh/cpp/set-default-font-w...
  3. Pivot Filter with C++|Documentation

    Learn how to add a filter in pivot table with Aspose.Cells using C++....top10 filter is added to the worksheet. Sample Code #include <iostream>...workbook ; // Get the first worksheet Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/add-or-clear-pivot-fi...
  4. 用C++读写工作表的查询表|Documentation

    学习如何使用Aspose.Cells和C++读取和写入Excel工作表中的查询表。...Cells提供 Worksheet.QueryTables 集合,通过索引返回 QueryTable...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/reading-and-writin...
  5. 通过 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....workbook = new Workbook (); Worksheet sheet = workbook . getWorksheets...column indices //are 5 in the worksheet. It is "F6" cell int pictureIndex...

    docs.aspose.com/cells/zh/java/add-images-in-spr...
  6. Aspose::Words::Saving::XlsxSaveOptions::get_Sec...

    Aspose::Words::Saving::XlsxSaveOptions::get_SectionMode method. Gets or sets the way how sections are handled when saving to the output XLSX document. The default value is MultipleWorksheets in C++....save document as a separate worksheets. auto doc = System :: MakeObject...be created as a separate worksheet. // Use 'SingleWorksheet'...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Extract Text from the Gear Type SmartArt Shape ...

    Learn how to extract text from the Gear Type SmartArt Shape using Aspose.Cells for Node.js via C++....); // Access first worksheet. const worksheet = workbook . getWorksheets...first shape. const shape = worksheet . getShapes (). get ( 0 );...

    docs.aspose.com/cells/nodejs-cpp/extract-text-f...
  8. Apply Advanced Filter of Microsoft Excel to Dis...

    Learn how to apply advanced filter of microsoft excel to display records meeting complex criteria by using the Aspose.Cells for C++ API....apply Advanced Filter on worksheet data to display records that...xlsx" ); // Access first worksheet Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/apply-advanced-filter...
  9. 使用 Node.js 通过 C++ 指定要在 Excel 文件中存储的有效数字|Documen...

    学习如何使用 Aspose.Cells for Node.js via C++ 指定要在Excel文件中存储的有效数字。...(); // Access first worksheet const worksheet = workbook . getWorksheets...Access cell A1 const c = worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/zh/nodejs-cpp/specifying-...
  10. Public API Changes in Aspose.Cells 17.1.0|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....public void startSheet ( Worksheet sheet ) { if ( sheet . getName...xlsx" ); //Access first worksheet Worksheet sheet = book . getWorksheets...

    docs.aspose.com/cells/java/public-api-changes-i...