Sort Score
Result 10 results
Languages All
Labels All
Results 3,971 - 3,980 of 161,022 for

workbook

(0.11 sec)
  1. page_count 属性 | Aspose.Cells for Python via .NE...

    page_count 属性 page_count 属性 获取或设置要保存的页数。 评论 默认值为 System.Int32.MaxValue,这意味着将呈现所有页面。 例子 以下示例显示如何将 Microsoft Excel 文件中的......PdfSaveOptions , Workbook # Open an Excel file wb = Workbook ( "Book1...

    reference.aspose.com/cells/python-net/zh/aspose...
  2. Convert XLT to DOTM using Python or with free O...

    XLT to DOTM conversion in your Python applications without using Microsoft Office or online. Test free XLT to DOTM online converter quickly before integrating the code....the source XLT file using Workbook class Save XLT file to HTML...a starting point for a new workbook, or it can be used as a template...

    products.aspose.com/total/python-net/conversion...
  3. to_image method | Aspose.Cells for Python via ....

    to_image method Contents [ Hide ] to_image Render certain page to a file. def to_image ( self , page_index , file_nam......cells import Workbook from aspose.cells.drawing...source file with images. wb = Workbook ( "Book1.xlsx" ) imgOpt =...

    reference.aspose.com/cells/python-net/aspose.ce...
  4. Converting Worksheet to Image in Ruby|Documenta...

    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....Code def worksheet_to_image ( workbook ) #Create an object for ImageOptions...the first worksheet. sheet = workbook . getWorksheets () . get (...

    docs.aspose.com/cells/java/converting-worksheet...
  5. Compression is not apply on tiff - Free Support...

    tiff Compression is not applied on tiff, Please see Attached Issue.PNG Sample code Workbook book = new Workbook(@“D:\Book1.xlsx”); Worksheet sheet = book.Worksheets[0]; Aspose.Cells.Rendering.ImageOrPrintOptions opti…...PNG Sample code Workbook book = new Workbook(@“D:\Book1.xlsx”);...

    forum.aspose.com/t/compression-is-not-apply-on-...
  6. Aspose::Cells::Cell::GetPrecedents method | Asp...

    Aspose::Cells::Cell::GetPrecedents method. Gets all references appearing in this cell's formula in C++....Startup (); Workbook workbook ; Cells cells = workbook . GetWorksheets...

    reference.aspose.com/cells/cpp/aspose.cells/cel...
  7. Convert PS to XLT in Android Apps | products.as...

    Render PS to XLT in Android Apps API without using Microsoft Excel or Adobe Reader...Load XLSX document by using Workbook class Save the document to...protectSharedWorkboo method of Workbook class. Explore PS Conversion...

    products.aspose.com/total/android-java/conversi...
  8. Wrong word wrapping on convert to Pdf excel wit...

    Hi When we convert Excel with pivot table to Pdf, word wrapping changes. Native excel convertion works fine. That behavior reproduces at https://products.aspose.app/cells/ru/conversion/xlsm-to-pdf and in code with late…... Sample code: Workbook workbook = new Workbook(stringFileName);...e); workbook.Save("e:\\test2\\out1.pdf"); I have logged a ticket...

    forum.aspose.com/t/wrong-word-wrapping-on-conve...
  9. Incorrect formula calculation result - Free Sup...

    from aspose 24.6 onwards for some inputs the formulas give wrong results. it seems to be related to using match with an {} array literal. The following code demonstrates the issue: import com.aspose.cells.CellsHelper;…...Workbook; import com.aspose.cells.Worksheet;...Exception { Workbook workbook = new Workbook(); workbook.getSettings()...

    forum.aspose.com/t/incorrect-formula-calculatio...
  10. type property | Aspose.Cells for Python via .NE...

    type property type property Represents error bar amount type. Example from aspose.cells import Workbook from aspose.c......cells import Workbook from aspose.cells.charts import...import ErrorBarType wb = Workbook ( "chart.xlsx" ) chart = wb...

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