Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 161,045 for

workbook

(0.09 sec)
  1. Aspose::Cells::PaginatedSaveOptions::GetSheetSe...

    Aspose::Cells::PaginatedSaveOptions::GetSheetSet method. Gets or sets the sheets to render. Default is all visible sheets in the Workbook: Aspose.Cells.Rendering.SheetSet.Visible in C++....all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet...active sheet to pdf. Workbook workbook ( u "Book1.xlsx" ); int...

    reference.aspose.com/cells/cpp/aspose.cells/pag...
  2. Display or Hide Tabs 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....The more worksheets in the workbook, the more sheet tabs there...//Instantiating a Workbook object //Opening the Excel file Workbook workbook...

    docs.aspose.com/cells/net/display-or-hide-tabs-...
  3. 在Python中调整行高和列宽|Documentation

    使用Python Excel API在Python中创建Excel文件。在您的Python应用程序中调整XLSX或XLS中的行高和列宽,无需MS Office。...Instantiating a Workbook object by excel file path workbook = self .... Workbook ( self . self . dataDir + 'Book1.xls' ) \ # Accessing...

    docs.aspose.com/cells/zh/java/adjusting-row-hei...
  4. Copying worksheets or workbooks does not preser...

    Using the Copy method for either the Worksheet or Workbook classes does not preserve sorting from the source. using Aspose.Cells; License license = new(); license.SetLicense("Aspose.Total.NET.lic"); // Open a Workbook…...Copying worksheets or workbooks does not preserve table sorting...for either the Worksheet or Workbook classes does not preserve...

    forum.aspose.com/t/copying-worksheets-or-workbo...
  5. 在VSTO和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....Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...ExcelApp . Workbooks . Add ( System . Reflection . Missing . Value...

    docs.aspose.com/cells/zh/net/auto-filter-data-i...
  6. ZipException - invalid entry size - while conve...

    Hello While trying to convert an Excel file (attached), I’m getting the following error - java.util.zip.ZipException: invalid entry size (expected 0 but got 1053 bytes) at java.base/java.util.zip.ZipInputStream.readEn…...Workbook.a(Unknown Source) ~[aspose-cells-22...jar:22.6.0] at com.aspose.cells.Workbook.(Unknown Source) ~[aspose-cells-22...

    forum.aspose.com/t/zipexception-invalid-entry-s...
  7. How to Unhide Excel Sheet using C#

    This short tutorial guides on how to unhide Excel sheet using C#. It provides detailed steps, program flow and a runnable sample code to demonstrate the process to unhide all sheets using C#....the process to unprotect a workbook with or without a password...password and save the resultant workbook on the disk as an XLSX , XLS...

    kb.aspose.com/cells/net/how-to-unhide-excel-she...
  8. WorkbookPrintingPreview.WorkbookPrintingPreview...

    WorkbookPrintingPreview constructor. The construct of WorkbookPrintingPreview...WorkbookPrintingPrev ( Workbook workbook , ImageOrPrintOptions...Description workbook Workbook Indicate which workbook to be printed...

    reference.aspose.com/cells/net/aspose.cells.ren...
  9. Aspose::Cells::CalculationOptions::SetLinkedDat...

    Aspose::Cells::CalculationOptions::SetLinkedDataSources method. Specifies the data sources for external links used in formulas in C++....Vector < Workbook > & value ) Remarks Like Workbook.UpdateLi...UpdateLinkedDataSour(Workbook[]), here you may specify data sources for...

    reference.aspose.com/cells/cpp/aspose.cells/cal...
  10. is_same_setting method | Aspose.Cells for Pytho...

    is_same_setting method is_same_setting Returns whether the shape is same. Returns def is_same_setting ( self , obj ):......import Workbook # Instantiating a Workbook object workbook = Workbook...Workbook () worksheet = workbook . worksheets [ 0 ] # insert first...

    reference.aspose.com/cells/python-net/aspose.ce...