Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 161,045 for

workbook

(0.2 sec)
  1. 指定图像分辨率、质量、压缩和其他选项|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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Adding...Excel object int sheetIndex = workbook . Worksheets . Add (); //Obtaining...

    docs.aspose.com/cells/zh/net/specify-image-reso...
  2. ConditionalFormattingCollection | Aspose.Cells ...

    封装了一个集合FormatCondition./formatcondition对象....[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); Worksheet...Worksheet sheet = workbook . Worksheets [ 0 ]; //获取条件格式 ConditionalFormattin...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  3. Aspose.Cells 8.5.1中的公共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.... 添加的 API 添加了Workbook.Dispose方法 Workbook对象现在实现了System.IDi...法。您可以直接调用Workbook.Dispose方法,或者在Using结构中创建一个Workbook对象来自动调用此方法。...

    docs.aspose.com/cells/zh/net/public-api-changes...
  4. 在 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....Microsoft Excel 文件的类, WorkbookWorkbook 类包含一个 Worksheets 集合,允许访问...Sheet3。所有工作表都有网格线。 Book1.xls: 修改前的工作表视图 使用 Workbook 类打开 Book1.xls 文件,并将第一个工作表上的网格线隐藏。...

    docs.aspose.com/cells/zh/net/display-or-hide-gr...
  5. Working Solution for Worksheet Resizing|Aspose....

    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....changes in the actual Excel Workbook and then return to the concerned...outside the activated Excel Workbook. The size of the OLE Object...

    docs.aspose.com/slides/cpp/working-solution-for...
  6. Insert Pivot Chart in Micorsoft Excel XLSB file...

    C# Sample code for generating XLSB documents with pivot chart. Use this code for creating Micorsoft Excel XLSB files with pivot chart within VB.NET, Asp.NET or any .NET based application....in your class file Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/net/pivottable/insert...
  7. Aspose::Cells::DirectoryType enum | Aspose.Cell...

    Aspose::Cells::DirectoryType enum. Represents the directory type of the file name in C++....Indicates that the source workbook is on the same drive as the...the dependent workbook (the drive letter is omitted) DownDirectory...

    reference.aspose.com/cells/cpp/aspose.cells/dir...
  8. Freeze Panes in Php|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....by excel file path $workbook = new Workbook ( $dataDir . "book...Excel file $worksheets = $workbook -> getWorksheets (); $worksheet...

    docs.aspose.com/cells/java/freeze-panes-in-php/
  9. Repair ods file via Java | products.aspose.com

    Repair a corrupt ods file using Java. Recovery tool to repair corrupted ods file within Java application....by creating an instance of Workbook, using the inheritance class...to the code above. Save the workbook, the corrupted ods file will...

    products.aspose.com/cells/java/recovery/repair-...
  10. After 23.6 version migration adding data to exc...

    We have been using following method to add a pre-defined worksheet of an excel with dynamic custom Data. Previously, all the data getting added to the sheet was part of the table. Hence we were able to filter data from …...Xlsx); //Create a Workbook object and opening the file...from its path var workbook = new Workbook(convertDocumentInfo...

    forum.aspose.com/t/after-23-6-version-migration...