Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 161,044 for

workbook

(0.11 sec)
  1. Validation | Aspose.Cells for .NET API 参考

    代表数据验证.settings.... 例子 [C#] Workbook workbook = new Workbook (); ValidationCollection...ValidationCollection validations = workbook . Worksheets [ 0 ]. Validations...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  2. Aspose Cells produces "#N/A" values, Excel does...

    Hi, Using Aspose Cells for Java, version 22.7. Sample code: Workbook Workbook = new Workbook("input.xlsx"); Workbook.calculateFormula(); WorksheetCollection worksheets = Workbook.getWorksheets(); Worksheet worksheet …... Sample code: Workbook workbook = new Workbook("input.xlsx");...xlsx"); workbook.calculateFormula(); WorksheetCollection worksheets...

    forum.aspose.com/t/aspose-cells-produces-n-a-va...
  3. Different Ways to Open Files|Documentation

    This article explains how to open an excel file using Aspose.Cells for .NET API....computer by specifying it in the Workbook class constructor. Simply...Sheets only While loading a Workbook sometimes you may only need...

    docs.aspose.com/cells/net/different-ways-to-ope...
  4. Disable wrap text at document/ sheet level - Fr...

    Open existing excel file and set wrap text property as false at document or sheet level. Below code is didnt setting wrap text as “false”. Workbook wb = new Workbook(@“D:\Dev\dashboard\app.actee.com\Content\GameBuilderT…... Workbook wb = new Workbook(@“D:\Dev\dashboard\app...code: .......... var style = workbook.CreateStyle(); style.IsTextWrapped...

    forum.aspose.com/t/disable-wrap-text-at-documen...
  5. Table formatting lost when exporting to HTML (o...

    Hi, Using Aspose Cells for Java, version 24.5. Sample code: Workbook Workbook = new Workbook("input.xlsb"); Workbook.save("output.html"); In the generated output, the styling of the table is lost (table header color,…... Sample code: Workbook workbook = new Workbook("input.xlsb");...xlsb"); workbook.save("output.html"); In the generated output, the...

    forum.aspose.com/t/table-formatting-lost-when-e...
  6. page_scale property | Aspose.Cells for Python v...

    page_scale property page_scale property Gets calculated page scale of the sheet. Returns the set scale if PageSetup.z......cells import Workbook from aspose.cells.rendering...ImageOrPrintOptions , SheetRender wb = Workbook ( "Book1.xlsx" ) sheetRender...

    reference.aspose.com/cells/python-net/aspose.ce...
  7. PictureCollection | Aspose.Cells for .NET API 参考

    封装了一个集合Picture./picture对象....[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); //获取图片集合 PictureCollection...PictureCollection pictures = workbook . Worksheets [ 0 ]. Pictures...

    reference.aspose.com/cells/zh/net/aspose.cells....
  8. RowCollection.GetEnumerator | Aspose.Cells for ...

    RowCollection method. Gets an enumerator that iterates rows through this collection...Examples [C#] Workbook workbook = new Workbook ( "template.xlsx"...xlsx" ); Cells cells = workbook . Worksheets [ 0 ]. Cells ; IEnumerator...

    reference.aspose.com/cells/net/aspose.cells/row...
  9. Aspose::Cells::ExternalLink class | Aspose.Cell...

    Aspose::Cells::ExternalLink class. Represents an external link in a Workbook in C++....Represents an external link in a workbook. class ExternalLink Methods...file with external links Workbook workbook ( u "book1.xls" ); //Get...

    reference.aspose.com/cells/cpp/aspose.cells/ext...
  10. Getting Cell Contents|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.... C# Workbook workbook = new Workbook ( "../../data/test...xlsx" ); Worksheet sheet1 = workbook . Worksheets [ 0 ]; Cells...

    docs.aspose.com/cells/net/getting-cell-contents/