Sort Score
Result 10 results
Languages All
Labels All
Results 3,021 - 3,030 of 100,038 for

workbook

(0.15 sec)
  1. Assign Macro to Form Control|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....a form control inside the workbook. The following sample code...code creates a new workbook, assigns a macro to a form button, and...

    docs.aspose.com/cells/python-net/assign-macro-t...
  2. New bug with MergeNamedStyles - Free Support Fo...

    I appear to have found a bug with the MergeNamedStyles function added recently. Please run the following top-level code (adjusting the file paths as needed) with the attached zipped Workbooks as a .NET 9 C# console app …...with the attached zipped workbooks as a .NET 9 C# console app...KB) : using Aspose.Cells; Workbook targetWbk = new(@"C:\Swif...

    forum.aspose.com/t/new-bug-with-mergenamedstyle...
  3. 在Jython中将文件转换为Mhtml|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 Workbook from com . aspose . cells...Instantiate a workbook and open the template XLSX file wb = Workbook ( filePath...

    docs.aspose.com/cells/zh/java/converting-to-mht...
  4. Converting to MHTML Files in Jython|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 Workbook from com . aspose . cells...Instantiate a workbook and open the template XLSX file wb = Workbook ( filePath...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  5. 通过 C++ 使用 Node.js 获取标题或页脚|Documentation

    本文介绍了如何使用 C++ API 通过 Node.js 编程方式从 Excel 或 OpenOffice 文件中获取标题和页脚。...new Workbook const workbook = new AsposeCells . Workbook ( filePath...filePath ); const sheet = workbook . getWorksheets (). get ( 0...

    docs.aspose.com/cells/zh/nodejs-cpp/get-headers...
  6. Render Solid Gridlines while Converting Excel t...

    Learn how to display solid gridlines during Excel to PDF conversion using Aspose.Cells for Python via .NET....cells import Workbook , PdfSaveOptions , GridlineType...GridlineType # Create an empty Workbook wb = Workbook () # Prepare data worksheet...

    docs.aspose.com/cells/python-net/render-solid-g...
  7. 在Aspose.Cells中使用匿名类型或自定义对象|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....worksheet(default sheet) in the workbook. Aspose . Cells . Worksheet...Worksheet w = report . Workbook . Worksheets [ 0 ]; //Input some markers...

    docs.aspose.com/cells/zh/net/using-anonymous-ty...
  8. 在将 Excel 转换为 PDF 时渲染实心网格线(Render Solid Gridline...

    学习如何在使用 Aspose.Cells for Python via .NET 转换 Excel 为 PDF 时显示实线网格线。...cells import Workbook , PdfSaveOptions , GridlineType...GridlineType # Create an empty Workbook wb = Workbook () # Prepare data worksheet...

    docs.aspose.com/cells/zh/python-net/render-soli...
  9. 以只读方式打开电子表格文档|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 workbook = new Workbook ( filepath );...

    docs.aspose.com/cells/zh/net/open-a-spreadsheet...
  10. 用C++在Node.js中计数工作表中的单元格数量|Documentation

    学习如何通过Aspose.Cells for Node.js via C++以编程方式统计Excel工作表中的单元格数。...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/count-numbe...