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

excel worksheet

(0.1 sec)
  1. Printing Workbooks in 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.... MS Excel assumes you want to print the entire worksheet area...your selection. Printing Worksheet C# //Instantiating a Workbook...

    docs.aspose.com/cells/net/printing-workbooks-in...
  2. 用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...
  3. 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...
  4. 用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-...
  5. 用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...
  6. 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/
  7. 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-...
  8. 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-...
  9. 在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/
  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/