Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 26,787 for

excel worksheet

(0.89 sec)
  1. 用C++管理Excel文件的数据|Documentation

    本文介绍如何使用C++和Aspose.Cells库查看和编辑Excel文件的数据。...用C++管理Excel文件的数据 Contents [ Hide ] 在 访问工作表的单元格 中,我们讨论了访问工作表中...Cells提供了一个表示Microsoft Excel文件的 Workbook 类。 Workbook 类包含一个 Worksheets 集合,允许访...

    docs.aspose.com/cells/zh/cpp/view-and-edit-exce...
  2. Manage Comments and Notes with Node.js via C++|...

    Insert and manage comments or notes with Aspose.Cells for Node.js via C++....method (encapsulated in the Worksheet object). The new Comment object...Workbook (); // Adding a new worksheet to the Workbook object const...

    docs.aspose.com/cells/nodejs-cpp/comments-and-n...
  3. Font Settings|Documentation

    Aspose.Cells is a Python library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells for Python via .NET library to set cell font settings.... Just like Microsoft Excel, Aspose.Cells for Python via...Microsoft Excel file. The Workbook class contains a worksheets collection...

    docs.aspose.com/cells/python-net/cells-font-set...
  4. Setting Print Options|Documentation

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the C# API and .NET Library. You can set the Print Area, Print Titles and Page Order....Contents [ Hide ] Microsoft Excel’s page setup settings provide...allow users to control how worksheet pages are printed. Setting...

    docs.aspose.com/cells/net/setting-print-options/
  5. 用JavaScript通过C++更改形状的调整值|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在Excel中更改形状的调整值。...在微软Excel用户界面中,调整显示为黄色菱形节点。例如: 圆角矩形有一个调整来改变拱形...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  6. 用Node.js通过C++判断工作表是否为对话框工作表|Documentation

    本文提供判断Excel工作表是否为对话框工作表的说明和示例代码,使用Aspose.Cells for Node.js via C++。...作表可以由老版本的Excel(如2003)插入,如截图所示,也可以通过VBA在较新版本(如Excel 2016)中插入。...Cells for Node.js via C++提供的 Worksheet.getType() 属性。如果返回枚举值 SheetType...

    docs.aspose.com/cells/zh/nodejs-cpp/find-if-the...
  7. Aspose.Cells for Javaを利用し、ExcelファイルをPDFに変換する際に文...

    Aspose.Cells for Javaを利用し、ExcelファイルをPDFに変換する際に文字の表示幅や表示位置を印刷プレビューと同じように表示したいと考えております。 現在はエクセルで設定している各枠内から文字がはみ出る場合が存在しております。 環境は下記となります。 実行環境:Linux 文字フォント:ipaフォント asposeのver:25.8 Windowsで確認した場合と文字フォントがMSフォント→ipaフォン…...Cells for Javaを利用し、ExcelファイルをPDFに変換する際に文字の表示幅を印刷プレビューと同じように表示したい...1 Aspose.Cells for Javaを利用し、ExcelファイルをPDFに変換する際に文字の表示幅や表示位置を印...

    forum.aspose.com/t/aspose-cells-for-java-excel-...
  8. 在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....first worksheet in the Excel file Worksheet worksheet = workbook...in the sheet Cells cells = worksheet . getCells (); //Obtain the...

    docs.aspose.com/cells/zh/java/sort-data-in-xlsx4j/
  9. Remove White Spaces from the Data before Render...

    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....Sometimes, you need to present worksheet images in applications or...Basically, you want to render a worksheet as an image so that it can...

    docs.aspose.com/cells/java/remove-white-spaces-...
  10. Hello World in Ruby|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....that represents a Microsoft Excel file. workbook = Rjb :: import...a new workbook, a default worksheet, # "Sheet1", is by default...

    docs.aspose.com/cells/java/hello-world-in-ruby/