Sort Score
Result 10 results
Languages All
Labels All
Results 4,461 - 4,470 of 100,089 for

workbook

(0.1 sec)
  1. 在 Python.NET 中对德语区域设置的支持,用于命名范围公式|Documentation

    了解如何使用 Aspose.Cells for Python 处理 Excel 中德语区域设置的命名范围公式,编号 via .NET。...cells import Workbook source_dir = os . path . join...ZS \" ,FALSE))" wb_source = Workbook ( os . path . join ( source_dir...

    docs.aspose.com/cells/zh/python-net/support-for...
  2. Tables|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....Combine Multiple Workbooks into a Single Workbook with Golang via...

    docs.aspose.com/cells/go-cpp/tables/
  3. Calculate Formulas with Golang via C++|Document...

    This article introduces how to use the Aspose.Cells library to calculate formulas in Microsoft Excel with Golang via C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....CalculateFormula method of the Workbook class, which processes all...the Calculate methods of the Workbook , Worksheet , and Cell classes...

    docs.aspose.com/cells/go-cpp/calculate-formulas/
  4. Show and Hide Gridlines and Row Column Headers|...

    This article provides sample code for using the Aspose.Cells for Python via .NET API to programmatically hide or show gridlines, row and column headers of an Excel worksheet....NET provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a worksheets collection...

    docs.aspose.com/cells/python-net/show-and-hide-...
  5. Create XLS Using Python | products.aspose.com

    Generate Microsoft Excel XLS documents using Python applications without using Microsoft Office....parameter while creating the Workbook object. How to Create XLS...File in Python Create new Workbook class object having FileFormatType...

    products.aspose.com/total/python-java/create/xls/
  6. Merge XLSM Files Online or using Android Mobile...

    Free online app to combine different XLSM files. Android merging library Java code to merge XLSM worksheets into other formats....using Workbook class objects. Select the one Workbook as the...Merge XLSB Files (Excel Binary Workbook) Merge XLSM Files (Macro-enabled...

    products.aspose.com/total/android-java/merge/xlsm/
  7. 工作表缩放的工作解决方案|Aspose.Slides 文档

    在演示文稿中修复 Excel 工作表 OLE 缩放问题:通过两种方式保持对象框一致——缩放框架或工作表——适用于 PPT 和 PPTX 格式。...using var workbook = new Aspose . Cells . Workbook ( "sample..."sample.xlsx" ); var worksheet = workbook . Worksheets [ worksheetIndex...

    docs.aspose.com/slides/zh/net/working-solution-...
  8. 验证单元格值是否满足数据验证规则(使用C++)|Documentation

    学习如何通过Aspose.Cells for C++ API验证单元格值是否符合数据验证规则。...Instantiate the workbook from sample Excel file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/verify-that-cell-v...
  9. Get Warnings for Font Substitution while Render...

    Learn how to get warnings for font substitution when rendering Excel files to PDF using Aspose.Cells for Node.js via C++....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...dataDir , "output_out.pdf" ); workbook . save ( outputFilePath ,...

    docs.aspose.com/cells/nodejs-cpp/get-warnings-f...
  10. Detecting Empty Worksheets with JavaScript via ...

    This article shows you code explaining how to detect empty worksheets of Excel Workbooks programmatically using the JavaScript API with the C++ library...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); // Instantiating a Workbook object from the uploaded file...

    docs.aspose.com/cells/javascript-cpp/detecting-...