Sort Score
Result 10 results
Languages All
Labels All
Results 4,101 - 4,110 of 30,483 for

worksheet

(0.29 sec)
  1. Aspose.Cells 8.9.1 的 public API 更改|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....xlsx" ); //Save each Worksheet to separate HTML file for..."sample.xlsx" ); //Access the worksheet containing the chart & its...

    docs.aspose.com/cells/zh/java/public-api-change...
  2. Convert Excel to HTML with tooltip using Node.j...

    Learn how to convert Excel files to HTML format with tooltips for complete text display using Aspose.Cells for Node.js via C++....Prevent Exporting Hidden Worksheet Contents on Saving to HTML...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  3. 使用Node.js通过C++隐藏工作表中的零值显示|Documentation

    本文将展示如何使用Node.js库通过C++编程方式隐藏Excel电子表格中的零值示例代码。...filePath ); // Get First worksheet of the workbook const sheet...

    docs.aspose.com/cells/zh/nodejs-cpp/hiding-the-...
  4. 在工作表上添加Word Art水印使用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....//Get the first default sheet Worksheet sheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/add-word-art-wate...
  5. 使用 Node.js 通过 C++ 结合 Node.js 与 C++ 实现 Node.js 结...

    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 cell of the first worksheet in the newly created workbook...SHEET1" ); // Add second worksheet in the workbook workbook ...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-exc...
  6. Public API Changes in Aspose.Cells 8.2.0|Docume...

    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....autoFitColumns have been added to the Worksheet class, allowing developers...

    docs.aspose.com/cells/java/public-api-changes-i...
  7. Public API Changes in Aspose.Cells 8.2.0|Docume...

    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....AutoFitColumns have been added to the Worksheet class, allowing developers...

    docs.aspose.com/cells/net/public-api-changes-in...
  8. Excelで生成したグラフを画像に変換した際にうるう年の2/29をX軸のメモリ表示としていた場...

    ■対象パッケージ・バージョン 以下のパッケージ・バージョンのどちらでも、下記の事象が発生しています。 aspose-cells-24.10.jar aspose-cells-25.10.jar ■事象 Chart クラスの toImage メソッドを利用して Excel 上のチャートを EMF や PNG 画像ファイルに変換した際に、 x軸目盛りの日付がうるう年の2/29の場合に、2/28に強制誤変換されます。 ■再現プロ…...new Workbook(excelPath); Worksheet sheet = wb.getWorksheets()...

    forum.aspose.com/t/excel-2-29-x-2-28/327278
  9. Avoid exponential notation of large numbers whi...

    Learn how to avoid exponential notation of large numbers while importing from HTML using Aspose.Cells for C++....workbook ( data , loadOptions ); Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/avoid-exponential-not...
  10. 计算小计|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 Cells cells = workbook . Worksheets [ 0 ]. Cells...

    docs.aspose.com/cells/zh/net/calculate-sub-totals/