Sort Score
Result 10 results
Languages All
Labels All
Results 2,291 - 2,300 of 161,041 for

workbook

(0.11 sec)
  1. Excel转PDF时,excel中的文本框中的内容无法正常转换 - Free Support ...

    案卷封面.zip (32.6 KB) excel文本框中内容的行间距在转换时丢失了...4 KB) 样例代码如下: Workbook workbook = new Workbook(filePath + "案卷封面..."案卷封面.xlsx"); workbook.save(filePath + "out_java.pdf"); 如果你依然有...

    forum.aspose.com/t/excel-pdf-excel/285374
  2. Aspose Cells Java :- Font size is out of range ...

    I converted pdf to excel and now converting excel to pdf. I am getting this error :-: com.aspose.cells.CellsException: Font size is out of range. at com.aspose.cells.u1y.warning(Unknown Source) at com.aspose.cells.j4k…...Workbook.a(Unknown Source) my code...on this line :- Workbook document = new Workbook(doc); String doc...

    forum.aspose.com/t/aspose-cells-java-font-size-...
  3. During file copy, we have a error "The process ...

    While Copying a file we got below exception. Is there any way to check whether file completely save during Workbook.save(path) before cursor moving to next line. I believe by the time it reaches file copy line, the file…...file completely save during workbook.save(path) before cursor moving...around on this. Code: Workbook workBook = this.LoadTemplate(“FileTemplate...

    forum.aspose.com/t/during-file-copy-we-have-a-e...
  4. SpreadsheetOptions | Aspose.Sildes for Node.js ...

    SpreadsheetOptions SpreadsheetOptions class Represents options which can be used to specify additional spreadsheets b......for the chart is an external workbook and it’s not available, it...InvalidOperationExce Thrown when external workbook in unavailable and RecoverWorkbookFromC...

    reference.aspose.com/slides/nodejs-java/aspose....
  5. How to Encrypt Excel File with Password in Java

    This article guides on how to encrypt Excel file with password in Java. It provides the details about the required resources, a complete logic to write the program and a runnable sample code to demonstrate the process to create password protected Excel file in Java....that can be used to encrypt Workbook with password in Java . This...template Excel file into the Workbook object that is to be encrypted...

    kb.aspose.com/cells/java/how-to-encrypt-excel-f...
  6. How to Convert XLSX to PDF having Restricted Pe...

    This prceise topic focuses on how to convert XLSX to PDF having restricted permissions in Node.js. A list of precise steps will help you to export XLSX to PDF having restricted permissions using Node.js in any operating system like Linux, macOS, or Windows....Ultimately the loaded Excel workbook is saved as a PDF file and...PDF using an instance of the Workbook class Initialize the PdfSaveOptions...

    kb.aspose.com/cells/nodejs/how-to-convert-xlsx-...
  7. Hide or Unhide a Worksheet in Python|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.... Python Code workbook = self . Workbook ( self . dataDir...the Excel file worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/java/hide-or-unhide-a-wor...
  8. ExternalLink类 | Aspose.Cells for Python via .NE...

    ExternalLink类 ExternalLink类 表示工作簿中的外部链接。 ExternalLink 类型公开了以下成员: 特性 属性 描述 type 获取外部链接的类型。 original_data_source 表示外部链接......import Workbook # Open a file with external links workbook = Workbook...External Link externalLink = workbook . worksheets . external_links...

    reference.aspose.com/cells/python-net/zh/aspose...
  9. Aspose.Cells 8.5.0中的公共API更改|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.... Workbook.CalculateFormula(CalculationOptions)...//Create workbook object Workbook workbook = new Workbook (); //Source...

    docs.aspose.com/cells/zh/net/public-api-changes...
  10. 更改图表位置和大小|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....get/setY() Java Workbook workbook = new Workbook ( dataDir + "AsposeChart...xls" ); Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/change-chart-posi...