Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 82,029 for

workbook

(0.05 sec)
  1. Aspose.Cells features missing in Apache POI SS ...

    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 Convert Workbook to HTML using Aspose.Cells...Scrollbars of Workbooks Display and Hide Tabs of Workbook using Aspose...

    docs.aspose.com/cells/java/aspose-cells-feature...
  2. 用C++获取ODS文件中的单元格验证|Documentation

    学习如何使用Aspose.Cells for C++ API获取ODS文件中的单元格验证。...ods" ; Workbook workbook ( inputFilePath ); //...WorksheetCollection worksheets = workbook . GetWorksheets (); Worksheet...

    docs.aspose.com/cells/zh/cpp/get-cell-validatio...
  3. Extract Images from Worksheets using ImageOrPri...

    Learn how to extract images from Excel worksheets and save them using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( path . join...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/extract-images...
  4. Save Specified Worksheets to PDF|Documentation

    Learn how to Save Specified Worksheets to PDF with Aspose.Cells for Python via .NET API....all visible worksheets in a workbook to pdf file. With PdfSaveOptions...indicates visible sheets in a workbook, and SheetSet.all indicates...

    docs.aspose.com/cells/python-net/save-specified...
  5. EXPORT ISSUE IN PDF - Free Support Forum - aspo...

    Hi, I have an issue exporting the attached excel in PDF, some Bar don’t start from the correct point. I attach the docx with print screen of the problem, the PDF export and the origin in excel. The graph format in the e…... Workbook workbook = new Workbook("d:\\files\\Model580...odel580.xlsx"); workbook.save("d:\\files\\out1.pdf"); We require...

    forum.aspose.com/t/export-issue-in-pdf/312864
  6. How to Open Password Protected Excel File in Java

    This article encompassess information on how to open password protected Excel file in Java. By using Java open Excel file with password with the help of a few lines of code provided in this article....file using an instance of the Workbook class object using the LoadOptions...setPassword() method, the Excel workbook password will be set. This...

    kb.aspose.com/cells/java/how-to-open-password-p...
  7. 使用嵌套对象|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 = new Workbook ( FileName ); //Instantiate...the Excel file. designer . Workbook . Save ( FileName ); 下载示例代码...

    docs.aspose.com/cells/zh/net/using-nested-objects/
  8. 通过 Microsoft Excel 与 C++ 自动刷新 OLE 对象|Documentation

    学习如何使用 Aspose.Cells 结合 C++ 在 Microsoft Excel 中自动刷新 OLE 对象。...Create workbook object from your sample excel file Workbook wb (...SetAutoLoad ( true ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/automatically-refr...
  9. 使用Node.js在C++中提取工作表中的图片|Documentation

    学习如何使用Aspose.Cells for Node.js via C++从Excel工作表中提取图片并保存它们。...file const workbook = new AsposeCells . Workbook ( path . join...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/extract-ima...
  10. 使用 Node.js 和 C++ 将Excel转换为高分辨率图像|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将Excel文件转换为高分辨率图片。...file const workbook = new AsposeCells . Workbook ( filePath );...the worksheet const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-exc...