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

workbook

(0.13 sec)
  1. Add | Aspose.Cells for .NET API 参考

    将工作表添加到集合中...例子 [C#] Workbook workbook = new Workbook (); workbook . Worksheets...SheetType . Chart ); Cells cells = workbook . Worksheets [ 0 ]. Cells...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  2. 在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...
  3. 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-...
  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. 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...
  6. 在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...
  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. 将数据导入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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...sheet index int sheetIndex = workbook . getWorksheets (). add ();...

    docs.aspose.com/cells/zh/java/import-data-to-wo...
  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. 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...