Sort Score
Result 10 results
Languages All
Labels All
Results 4,551 - 4,560 of 102,533 for

workbook

(0.19 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. Split XLSX File Online or using Android Mobile ...

    Free online app to split different XLSX sheets. Android splitter library Java code for XLSX spreadsheets....all worksheets inside the workbook On each iteration, there is...is ith worksheet Create new Workbook class object Use getWorksheets()...

    products.aspose.com/total/android-java/split/xlsx/
  3. Split Excel File Online or using Android Mobile...

    Free online app to split different Excel sheets. Android splitter library Java code for Excel spreadsheets....all worksheets inside the workbook On each iteration, there is...is ith worksheet Create new Workbook class object Use getWorksheets()...

    products.aspose.com/total/android-java/split/ex...
  4. Split XLS File Online or using Android Mobile A...

    Free online app to split different XLS sheets. Android splitter library Java code for XLS spreadsheets....all worksheets inside the workbook On each iteration, there is...is ith worksheet Create new Workbook class object Use getWorksheets()...

    products.aspose.com/total/android-java/split/xls/
  5. Converting Worksheet to Image in Aspose.Cells|D...

    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...new Workbook object //Open a template excel file Workbook book...

    docs.aspose.com/cells/net/converting-worksheet-...
  6. Get Max Column Index in Row and Max Row Index i...

    Learn how to get the max column index in a row and the max row index in a column using 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++ 向 Excel 工作表添加图标。... size ()); } Workbook workbook ( u "sample.xlsx" ); Worksheet...Worksheet sheet = workbook . GetWorksheets (). Get ( 0 ); sheet...

    docs.aspose.com/cells/zh/cpp/insert-svg-to-excel/
  8. 在使用C++中的JavaScript保存为HTML时禁用CSS|Documentation

    学习如何在使用C++中的Aspose.Cells for JavaScript将Excel文件保存为HTML时禁用CSS。..."text/javascript" > const { Workbook , SaveFormat , HtmlSaveOptions...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/disable...
  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. Create Transparent Image of Excel Worksheet wit...

    Learn how to generate a transparent image of an Excel worksheet using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , ImageOrPrintOptions , SheetRender...arrayBuffer (); // Create workbook object from uploaded file...

    docs.aspose.com/cells/javascript-cpp/create-tra...