Sort Score
Result 10 results
Languages All
Labels All
Results 3,931 - 3,940 of 103,452 for

workbook

(0.2 sec)
  1. 用 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...
  2. 使用 C++ 通过 Node.js 在从模板文件加载工作簿时筛选特定类型的数据|Documen...

    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.... Chart )); // Create workbook object from sample excel file...options const workbook = new AsposeCells . Workbook ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/filtering-t...
  3. 使用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...
  4. Excel spredsheet fails when converting to PDF -...

    Hi Aspose team, We have problems converting the attached Excel file to PDF. Måleprotokoll.zip (192.1 KB). We get this exception in VS: image.png (42.4 KB) Using this code: Aspose.Cells.License license; license = n…...dataDir = “c:\temp\”; Workbook doc = new Workbook(dataDir + “testt...adjusting the page setup in your workbook. Here’s a code snippet to...

    forum.aspose.com/t/excel-spredsheet-fails-when-...
  5. 用 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...
  6. Populate a comment on a cell using smart marker...

    Is it possible to populate a comment on a worksheet using a smart marker?...template workbook Workbook workbook = new Workbook("Template..."); // Set the data source workbook.Worksheets[0].Cells.Impor...

    forum.aspose.com/t/populate-a-comment-on-a-cell...
  7. 查找通过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...
  8. Converting Excel to PDF Files in Ruby|Documenta...

    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....Ruby Code def excel_to_pdf ( workbook ) save_format = Rjb :: import...the document in PDF format workbook . save ( @data_dir + "MyPdfFile...

    docs.aspose.com/cells/java/converting-excel-to-...
  9. Add Icons to Worksheet with C++|Documentation

    Learn how to add icons to Excel worksheets using Aspose.Cells with C++.... size ()); } Workbook workbook ( u "sample.xlsx" ); Worksheet...Worksheet sheet = workbook . GetWorksheets (). Get ( 0 ); sheet...

    docs.aspose.com/cells/cpp/insert-svg-to-excel/
  10. Converting to MHTML Files in Ruby|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....Code def worksheet_to_mhtml ( workbook ) save_format = Rjb :: import...M_HTML ) # Save the document workbook . save ( @data_dir + "convert...

    docs.aspose.com/cells/java/converting-to-mhtml-...