Sort Score
Result 10 results
Languages All
Labels All
Results 2,751 - 2,760 of 82,060 for

workbook

(0.07 sec)
  1. 使用C++在将Excel转换为PDF时忽略错误|Documentation

    了解如何在将Excel转换为PDF时使用Aspose.Cells for C++忽略错误。...pdf" ; // Load the Sample Workbook that throws Error on Excel2Pdf...Excel2Pdf conversion Workbook wb ( inputFilePath ); // Specify Pdf...

    docs.aspose.com/cells/zh/cpp/ignore-errors-whil...
  2. 用 Python.NET 将单元格添加到 Microsoft Excel 公式监视窗口中|Do...

    学习如何使用Aspose.Cells for Python via .NET在Excel的公式观察窗口中监视单元格。包括代码示例和API参考。...import Workbook , SaveFormat # Create empty workbook. wb = Workbook...row , e1 . column ) # Save workbook to output XLSX format. wb...

    docs.aspose.com/cells/zh/python-net/add-cells-t...
  3. 用 C++ 过滤从模板文件加载工作簿时的数据类型|Documentation

    学习如何在使用 Aspose.Cells 与 C++ 加载模板文件时,过滤特定的数据类型。...LoadDataFilterOption :: Chart )); // Create workbook object from sample excel file...file using load options Workbook workbook ( srcDir + u "sampleFilterChars...

    docs.aspose.com/cells/zh/cpp/filtering-the-kind...
  4. 使用C++创建Excel工作表的透明图像|Documentation

    使用Aspose.Cells与C++生成Excel工作表的透明图像。...Create workbook object from source file Workbook workbook ( sourceDir...print options SheetRender sr ( workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/create-transparent...
  5. 查找通过Node.js的XLS和XLSX格式支持的最大行数和列数|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...." ); // Create workbook in XLS format. let wb = new...new AsposeCells . Workbook ( AsposeCells . FileFormatType . Excel97To2003...

    docs.aspose.com/cells/zh/nodejs-cpp/find-maximu...
  6. How to Create Pivot Table in Python

    This short tutorial is designed to describe how to create pivot table in Python. It contains detailed configuration steps and program logic along with the runnable code to create pivot table in Excel using Python....code after loading the source workbook containing the input data...In the end, the resultant workbook will be saved in any of the...

    kb.aspose.com/cells/python/how-to-create-pivot-...
  7. Find Maximum Rows and Columns supported by XLS ...

    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....max_row and Workbook.settings.max_column properties...following sample code creates workbook first in XLS and then in XLSX...

    docs.aspose.com/cells/python-net/find-maximum-r...
  8. 解析Excel表格列数异常 - Free Support Forum - aspose.com

    版本:23.8 编程语言:java 问题现象: 第二个sheet检测出来16000+列,实际没有这么多列 源文件: 2024.11-原材料栾(2.18铁选矿污泥清理) (1).xlsx.zip (287.6 KB) 测试代码: public static void main(String[] args) throws Exception{ FileInputStream fileInputStream = …...excelRow = 10000; Workbook workbook = new Workbook(new ByteArray...Iterator<Worksheet> iterator = workbook.getWorksheets().iterator();...

    forum.aspose.com/t/excel/310744
  9. Export Range of Cells in a Worksheet to Image|D...

    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....a screenshot of the source workbook used in the code. You can...can try the code with any workbook. Input file Executing the code...

    docs.aspose.com/cells/java/export-range-of-cell...
  10. Zoom Factor using Apache POI and Aspose.Cells|D...

    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 provides a class, Workbook, that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/java/zoom-factor-using-ap...