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

workbook

(0.09 sec)
  1. 用 C++ 获取行中的最大列索引和列中的最大行索引|Documentation

    了解如何通过Aspose.Cells for C++ API获取行中的最大列索引和列中的最大行索引。...xlsx" ; Workbook workbook ( filePath ); Worksheet...Worksheet sheet = workbook . GetWorksheets (). Get ( 0 ); Cells cells...

    docs.aspose.com/cells/zh/cpp/get-max-index-in-r...
  2. Avoid Inserting Empty Ranges or Hidden Excel Ra...

    Hello Team, I am working with Aspose.Cells to extract a range from an Excel worksheet as HTML content, which I then insert into a Word document using Aspose.Words. However, I’ve encountered an issue: If the selected …...your Excel file Workbook workbook = new Workbook("input.xlsx");...xlsx"); Worksheet worksheet = workbook.Worksheets[0]; // Define the...

    forum.aspose.com/t/avoid-inserting-empty-ranges...
  3. Developer Guide|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....via C++ Pivot Tables Manage Workbooks with Go via C++ Worksheets...Combine Multiple Workbooks into a Single Workbook with Golang via...

    docs.aspose.com/cells/go-cpp/developer-guide/
  4. CellsException: Invalid shift option with inser...

    When I use the insertCutCells method exactly as outlined here and I provide the ShiftType.NONE option, I always get the error: com.aspose.cells.CellsException: Invalid shift option. I want to do a cut, but not insert t…...snippet: // Assuming 'workbook' is your Workbook object and 'sourceRange'...are defined Cells cells = workbook.getWorksheets().get(0).getCells();...

    forum.aspose.com/t/cellsexception-invalid-shift...
  5. Merge XLSX Files Online or using .NET | product...

    Free online app to combine different XLSX files. C# .NET merging library code to merge XLSX worksheets into other formats....using Workbook class objects. Select the one Workbook as the...default format for modern Excel workbooks. Merging .xlsx files is the...

    products.aspose.com/total/net/merge/xlsx/
  6. Get All Hidden Rows Indices after Refreshing Au...

    Learn how to get all hidden rows indices after refreshing AutoFilter by using the Aspose.Cells for C++ API....xlsx" ); Workbook workbook ( inputFilePath ); Worksheet...Worksheet worksheet = workbook . GetWorksheets (). Get ( 0 ); AutoFilter...

    docs.aspose.com/cells/cpp/get-all-hidden-rows-i...
  7. 用Node.js通过C++保护工作表|Documentation

    学习如何使用Aspose.Cells for Node.js via C++保护Excel中的工作表,包括保护行、列和特定单元格。...Cells提供一个类 Workbook ,代表Microsoft Excel文件。 Workbook 类包含一个 getWorksheets()...xls" ); // Instantiating a Workbook object with file buffer const...

    docs.aspose.com/cells/zh/nodejs-cpp/protecting-...
  8. Check if VBA Project is Protected and Locked fo...

    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....Check if VBA project in a Workbook is Signed Copy VBA Macro UserForm...DesignerStorage from Template to Target Workbook Analyzing your prompt, please...

    docs.aspose.com/cells/java/check-if-vba-project...
  9. 档案

    档案...类的实例 intrusive_ptr<IWorkbook> workbook = Factory::CreateIWorkbook();...intrusive_ptr<IWorksheet> worksheet = workbook->GetIWorksheets()->GetObjectByIndex(0);...

    blog.aspose.com/zh/cells/working-with-pivot-tab...
  10. Import data from document|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....class, Workbook , that represents an Excel file. The Workbook class...

    docs.aspose.com/cells/net/import-data-from-docu...