Sort Score
Result 10 results
Languages All
Labels All
Results 3,551 - 3,560 of 161,023 for

workbook

(0.14 sec)
  1. set_image_resample method | Aspose.Cells for Py...

    set_image_resample method set_image_resample Sets desired PPI(pixels per inch) of resample images and jpeg quality. A......cells import PdfSaveOptions , Workbook # load the source file with...with images. wb = Workbook ( "Book1.xlsx" ) pdfSaveOptions = PdfSaveOptions...

    reference.aspose.com/cells/python-net/aspose.ce...
  2. printing_page_type property | Aspose.Cells for ...

    printing_page_type property printing_page_type property Indicates which pages will not be printed. Remarks If content......PrintingPageType , Workbook wb = Workbook ( "Book1.xlsx" ) pdfSaveOptions...

    reference.aspose.com/cells/python-net/aspose.ce...
  3. How to convert Numbers stored as Text to Number...

    Hi, I use this python code to convert numbers that are stored as text to actual numbers import jpype import asposecells jpype.startJVM() from asposecells.api import Workbook Workbook = Workbook(insert Filepath) wor…...import Workbook workbook = Workbook(insert Filepath) workbook.getWorksheets()...convertStringToNumer() output.save(workbook) jpype.shutdownJVM() The problem...

    forum.aspose.com/t/how-to-convert-numbers-store...
  4. Aspose.Slides for Java 19.4 Release Notes|Aspos...

    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....Supporting of external Excel workbooks Feature SLIDESNET-40897 Support...Changes Support of external workbooks as a data source for charts...

    docs.aspose.com/slides/java/aspose-slides-for-j...
  5. 【aspose-cells-23.3】生成SVG存在问题 - Free Support For...

    你好,我在使用 【aspose-cells-23.3】时遇到如下两个问题,麻烦帮忙看一下 excel导出图片时,公式(第18行)显示存在问题 image.png (93.2 KB) 48行的紫色线条,显示的位置也不对 image.png (94.7 KB) 附件exl见压缩包 test.7z (39.3 KB) 导出相关代码如下: Workbook book = new Workbook(“C:\Users\…...3 KB) 导出相关代码如下: Workbook book = new Workbook(“C:\Users\56850\Desktop\test...

    forum.aspose.com/t/aspose-cells-23-3-svg/261540
  6. Convert XLTX to Byte Array via C# | products.as...

    C# Sample code for XLTX to Byte Array conversion. Use this code for Excel XLTX to Byte Array conversion within VB.NET, Asp.NET or any .NET based application....Load input XLTX File using Workbook Initialize MemoryStream object...C# Conversion Workbook workbook = new Workbook( "sourceFile.xltx"...

    products.aspose.com/cells/net/conversion/xltx-t...
  7. Generate Reports in XLS Files via Java | produc...

    Java sample code to create XLS format reports on Java Runtime Environment for JSP/JSF Application and Desktop Applications....XLS Format - C# //Create a workbook designer WorkbookDesigner...designer = new WorkbookDesigner(workbook); //Create Persons objects...

    products.aspose.com/cells/java/assembly/xls/
  8. Aspose::Cells::WorkbookSettings::GetRegion meth...

    Aspose::Cells::WorkbookSettings::GetRegion method. Gets or sets the regional settings for Workbook in C++....the regional settings for workbook. CountryCode Aspose :: Cells...Aspose.Cells component for a workbook loaded from template file:...

    reference.aspose.com/cells/cpp/aspose.cells/wor...
  9. Extract text and images from XLS document via J...

    Java sample code to extract text and images from XLS file on Java Runtime Environment for JSP/JSF Application and Desktop Applications.... Load XLS document using Workbook class. Select the requied...StringBuilder(); Workbook book = new Workbook(dir + "book1.xls"...

    products.aspose.com/cells/java/parser/xls/
  10. Aspose::Cells::Properties::DocumentPropertyColl...

    Aspose::Cells::Properties::DocumentPropertyCollection class. Base class for BuiltInDocumentPropertyCollection and CustomDocumentPropertyCollection collections in C++....Startup (); //Instantiate a Workbook object by calling its empty...empty constructor Workbook workbook ( u "book1.xls" ); //Retrieve...

    reference.aspose.com/cells/cpp/aspose.cells.pro...