Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 107,129 for

import

(0.07 sec)
  1. Filtering Page of Pivot in Python - Free Suppor...

    Hi, appreciate your help. I have a file with sample pivots in the attached Sample.zip (10.2 KB) And I have python codes below to try and replicate one of the pivot tables Import jpype Import asposecells jpype.start…...of the pivot tables import jpype import asposecells jpype.startJVM()...startJVM() from asposecells.api import Workbook, PuvotFieldType workbook...

    forum.aspose.com/t/filtering-page-of-pivot-in-p...
  2. Modern API|Aspose.Slides for Python Documentation

    Modern API...as follows: import aspose.slides as slides import aspose.pydrawing...Code using a deprecated API: import aspose.slides as slides with...

    docs.aspose.com/slides/python-net/modern-api/
  3. 在Jython中将文件转换为XPS|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....cells import Settings from com . aspose . cells import Workbook...cells import ImageFormat ; from com . aspose . cells import ImageOrPrintOptions...

    docs.aspose.com/cells/zh/java/converting-to-xps...
  4. Working with Messages from Server|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....messages present on the server: import aspose.email as ae client =...‘save’ method on the msg object: import aspose.email as ae client =...

    docs.aspose.com/email/python-net/working-with-m...
  5. Adding Audio Frame to Slide in Ruby|Aspose.Slid...

    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....Presentation class pres = Rjb::import('com.aspose.slides.Presentation')...Rjb::import('java.io.FileInputStream').new(Rjb::import('java...

    docs.aspose.com/slides/java/adding-audio-frame-...
  6. Adding an Embedded Video Frame to Slide in Ruby...

    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....Presentation class pres = Rjb::import('com.aspose.slides.Presentation')...addVideo(Rjb::import('java.io.FileInputStream').new(Rjb::import('java...

    docs.aspose.com/slides/java/adding-an-embedded-...
  7. Გააკეთეთ DOCX Java Ის Გამოყენებით

    შექმენით ახალი DOCX Java ში რამდენიმე ნაბიჯით. მარტივად შექმენით DOCX Java ბიბლიოთეკის გამოყენებით....ჩადეთ სანიშნე ჩასმა დიაგრამა import com.aspose.words.*; Document...doc.save( "Output.docx" ); import com.aspose.words.*; Document...

    products.aspose.com/words/ka/java/make/docx/
  8. Შექმენით Დოკუმენტი Java Ში

    შექმენით ფაილი Java ბიბლიოთეკის გამოყენებით. მარტივად შექმენით ახალი დოკუმენტი Java ში რამდენიმე ნაბიჯით....ჩადეთ სანიშნე ჩასმა დიაგრამა import com.aspose.words.*; Document...doc.save( "Output.docx" ); import com.aspose.words.*; Document...

    products.aspose.com/words/ka/java/make/
  9. Memory Leak while Adding OLE Object Frame Using...

    Hi Team, I am trying to create a ppt with OLE object frame containing an excel of 2 Million cells (50*40000). For each iteration I could see around 180 Mbs of leak and we try to run this for 20 iterations, we see a tot…...which I ran import com.aspose.cells.Workbook; import com.aspose...Worksheet; import com.aspose.cells.WorksheetCollection; import com.aspose...

    forum.aspose.com/t/memory-leak-while-adding-ole...
  10. to_image method | Aspose.Cells for Python via ....

    to_image method Contents [ Hide ] to_image Creates the shape image and saves it to a stream in the specified format. ......drawing import ImageType from io import BytesIO imageStream...from aspose.cells.rendering import ImageOrPrintOptions op = ImageOrPrintOptions...

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