Sort Score
Result 10 results
Languages All
Labels All
Results 3,291 - 3,300 of 82,070 for

workbook

(0.06 sec)
  1. 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...
  2. 当转换或加载耗时过长时,可以使用 Node.js 通过 C++ 的 InterruptMoni...

    学习如何在耗时过长时,使用 Aspose.Cells for Node.js via C++ 的 InterruptMonitor 停止工作簿转换到各种格式(如 PDF、HTML 等)。...请使用 Workbook.getInterruptMonitor() 属性停止转换,...This function will create workbook and convert it to Pdf format...

    docs.aspose.com/cells/zh/nodejs-cpp/stop-conver...
  3. Create CSV using Python | products.aspose.com

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

    products.aspose.com/total/python-java/create/csv/
  4. Aspose.Cells - Assigning formulas corrupts Exce...

    I perform the actions: reassign formulas, this action occurs without error. Then for some reason the file cannot be opened through Excel. The file is corrupted. If I restore the file, the formulas are broken. Aspose.C…...xlsx"; var workbook = new Workbook(input); var ws = workbook.Worksheets...Problem here } } workbook.CalculateFormula(); workbook.Save(output);...

    forum.aspose.com/t/aspose-cells-assigning-formu...
  5. Detect if Worksheet is Password Protected with ...

    Learn how to detect if a worksheet is password protected using Aspose.Cells for Node.js via C++....is possible to protect the workbooks and worksheets separately...); // Create an instance of Workbook and load a spreadsheet const...

    docs.aspose.com/cells/nodejs-cpp/detect-if-work...
  6. Utilize Sheet.SheetId property of OpenXml using...

    This article demonstrates how to utilize Sheet.SheetId property of OpenXml using Excel manipulation with Aspose.Cells for Node.js via C++ programmatically....property and its value inside workbook.xml as shown in the following...const wb = new AsposeCells . Workbook ( filePath ); // Access first...

    docs.aspose.com/cells/nodejs-cpp/utilize-sheet-...
  7. Detect if Worksheet is Password Protected with ...

    Learn how to detect if a worksheet is password protected using Aspose.Cells for C++....is possible to protect the workbooks and worksheets separately...instance of Workbook and load a spreadsheet Workbook book ( srcDir...

    docs.aspose.com/cells/cpp/detect-if-worksheet-i...
  8. 使用 C++ 和 Node.js 查找 XML 映射的根元素名|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 查找 Excel 中 XML 映射的根元素名。... Workbook ( filePath ); // Access first...first Xml Map inside the Workbook const xmap = wb . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/find-the-ro...
  9. Add Signature Line to the Worksheet with C++|Do...

    This article describes how to add a signature line to the worksheet using C++ codes with Aspose.Cells for C++....01_SourceDirectory \\ " ); Workbook wb ; SignatureLine signatureLine...outputPath ); std :: cout << "Workbook with signature line saved...

    docs.aspose.com/cells/cpp/add-signature-line/
  10. Load a Web Image from a URL into an Excel Works...

    Learn how to convert an image from URL to Excel embedded image using C++ and Aspose.Cells for C++ API....try { // Create a new workbook Workbook wb ; // Get the first...

    docs.aspose.com/cells/cpp/load-a-web-image-from...