Sort Score
Result 10 results
Languages All
Labels All
Results 3,121 - 3,130 of 87,329 for

workbook

(0.09 sec)
  1. Supported File Formats|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....0 - 2003 Workbook. XLSX The Office Open XML...Excel Binary Workbook. XLSM Excel Macro-Enabled Workbook. XLT Excel...

    docs.aspose.com/cells/python-net/supported-file...
  2. How to Remove Formula from Excel File in C++

    In this example, we will focus on how to remove formula from Excel file in C++. You can add or remove the formula from any cell of the excel worksheet programmatically in C++. By using few API calls, you can manage the Excel Worksheet cells formulas in C++ for both Microsoft Windows and Linux platforms....Aspose::Cells namespace Initialize the Workbook Class object to load Excel...will learn how to access the workbook and remove formula from Excel...

    kb.aspose.com/cells/cpp/how-to-remove-formula-f...
  3. Using Built-in Styles|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....use built-in styles in our workbook and also create custom styles...Built-in Styles The method Workbook.createBuiltinStyle and class...

    docs.aspose.com/cells/java/using-built-in-styles/
  4. Find out if VBA Project is Protected|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....following sample code creates a workbook and then checks if its VBA...Protect the VBA Project of Excel Workbook Check if VBA Project is Protected...

    docs.aspose.com/cells/python-net/find-out-if-vb...
  5. 在Apache POI和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....Cells提供一个代表Microsoft Excel文件的类 WorkbookWorkbook类包含一个WorksheetCollect...fromArgb ( 212 , 213 , 0 ); workbook . changePalette ( color ,...

    docs.aspose.com/cells/zh/java/working-with-colo...
  6. Get Max Column Index in Row and Max Row Index i...

    Learn how to Get Max Column Index in Row and Max Row Index in Column through the Aspose.Cells for C++ API....xlsx" ; Workbook workbook ( filePath ); Worksheet...Worksheet sheet = workbook . GetWorksheets (). Get ( 0 ); Cells cells...

    docs.aspose.com/cells/cpp/get-max-index-in-row-...
  7. 使用 C++ 获取带外部链接的范围|Documentation

    学习如何使用 Aspose.Cells 和 C++ 获取带外部链接的范围。...01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "SampleExternalRefere...WorksheetCollection sheets = workbook . GetWorksheets (); NameCollection...

    docs.aspose.com/cells/zh/cpp/get-range-with-ext...
  8. Aspose.Cells 8.9.0中的公共API更改|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....an instance of Workbook var book = new Workbook ( dir + "sample...an instance of Workbook var book = new Workbook ( dir + "sample...

    docs.aspose.com/cells/zh/net/public-api-changes...
  9. Reading Cell Values in Multiple Threads Simulta...

    Learn how to read Cell Values in Multiple Threads Simultaneously through the Aspose.Cells for C++ API....following code: Creates a workbook. Adds a worksheet. Populates...using namespace std ; static Workbook testWorkbook ; U16String IntToU16String...

    docs.aspose.com/cells/cpp/reading-cell-values-i...
  10. 规则不能动态解析 - Free Support Forum - aspose.com

    D.zip (7.9 KB) G H列红色为设置的规则,导入前端后, 1、修改可以触发规则变化的值(B4),背景色没有变化 2、在3行插入行,空白行G栏显示红色... 2025, 7:14am 29 Workbook wb = new Workbook(filePath.toString());...GridJsWorkbook(); Workbook wb=new Workbook(filepath); gw.imp...

    forum.aspose.com/t/topic/307853