Sort Score
Result 10 results
Languages All
Labels All
Results 3,161 - 3,170 of 82,065 for

workbook

(0.07 sec)
  1. 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...
  2. 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-...
  3. 在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...
  4. 使用 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...
  5. Export XLTX to POWERPOINT in Android or with fr...

    Android API to Convert XLTX to POWERPOINT without using Microsoft Word or online. Test free XLTX to POWERPOINT online converter quickly before integrating the code....POWERPOINT Open XLTX file using Workbook class Convert XLTX to PDF...file using Workbook class Workbook book = new Workbook ( "input...

    products.aspose.com/total/android-java/conversi...
  6. Export XLTX to PPTX in Android or with free Onl...

    Android API to Convert XLTX to PPTX without using Microsoft Word or online. Test free XLTX to PPTX online converter quickly before integrating the code....PPTX Open XLTX file using Workbook class Convert XLTX to PDF...file using Workbook class Workbook book = new Workbook ( "input...

    products.aspose.com/total/android-java/conversi...
  7. Export XLTX to WORD in Android or with free Onl...

    Android API to Convert XLTX to WORD without using Microsoft Word or online. Test free XLTX to WORD online converter quickly before integrating the code....WORD Open XLTX file using Workbook class Convert XLTX to PDF...file using Workbook class Workbook book = new Workbook ( "input...

    products.aspose.com/total/android-java/conversi...
  8. Export EXCEL to PPTX in Android or with free On...

    Android API to Convert EXCEL to PPTX without using Microsoft Word or online. Test free EXCEL to DOC online converter quickly before integrating the code....PPTX Open EXCEL file using Workbook class Convert EXCEL to PDF...file using Workbook class Workbook book = new Workbook ( "input...

    products.aspose.com/total/android-java/conversi...
  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. Converting Worksheet to Image and Worksheet to ...

    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 supports converting a workbook to multiple image files, one...worksheet from a template workbook to an image file. Setup Project...

    docs.aspose.com/cells/net/converting-worksheet-...