Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 82,060 for

workbook

(0.08 sec)
  1. Globalization and Localization with Node.js via...

    Explore globalization and localization support in Aspose.Cells for Node.js via C++. Learn how to handle format cultures and change formats dynamically....js via C++ Load the Workbook with specific System Culture...via C++ Import XML to Excel workbook with Node.js via C++ Using...

    docs.aspose.com/cells/nodejs-cpp/globalization-...
  2. Converting To MHTML Files in Python|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.... M_HTML ) # Instantiate a workbook and open the template XLSX...XLSX file wb = self . Workbook ( filePath ) # Save the MHT file...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  3. Managing Controls with C++|Documentation

    Learn how to add and manage various controls like lines, rectangles, arcs, ovals, spinners, scroll bars, and group boxes in worksheets using Aspose.Cells with C++....the first worksheet of the workbook. The first text box is well-furnished...Instantiate a new Workbook. Workbook workbook ; // Get the first...

    docs.aspose.com/cells/cpp/managing-controls/
  4. Public API Changes in Aspose.Cells 8.8.2|Docume...

    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....instance of Workbook & load an existing spreadsheet Workbook book =...= new Workbook ( dir + "sample.xlsx" ); //Access worksheet from...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. Update XLT File using Java | products.aspose.com

    Modify XLT document in Java applications without using Microsoft Excel. Optimize code for fastest way to write and edit excel file in java....XLT File in Java Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/java/update/xlt/
  6. 使用C++将工作簿保存为严格Open XML电子表格格式|Documentation

    了解如何使用Aspose.Cells for C++将工作簿保存为严格Open XML电子表格格式。...Startup (); // Create workbook Workbook wb ; // Specify - Strict...:: Xlsx ); std :: cout << "Workbook saved successfully with Strict...

    docs.aspose.com/cells/zh/cpp/save-workbook-to-s...
  7. How to Password Protect an Excel File in Python

    This brief article explains how to password protect an Excel file in Python. It covers the details to configure the system, program flow and a runnable code snippet to encrypt Excel file in Python....input Excel file with the Workbook class Set the required encryption...desired format. Code to Encrypt Workbook with Password in Python This...

    kb.aspose.com/cells/python/how-to-password-prot...
  8. 使用 C++ 在工作表中检测合并单元格 Node.js 通过 C++|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 检测工作表中的合并单元格。本文将展示如何使用该库识别和操作合并的单元格。...xlsx" ); // Instantiate a new Workbook // Open an existing excel...wkBook = new AsposeCells . Workbook ( filePath ); // Get a worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/detect-merg...
  9. Get Range with External Links using Node.js via...

    Learn how to get ranges with external links using Aspose.Cells for Node.js via C++. Retrieve data from different Excel files efficiently....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...filePath ); const names = workbook . getWorksheets (). getNames...

    docs.aspose.com/cells/nodejs-cpp/get-range-with...
  10. 使用 Node.js 和 C++ 添加带有内置样式的 Word Art 文字|Document...

    学习如何用 Aspose.Cells for Node.js via C++ 添加带有内置样式的 Word Art 文字。在Excel中使用内置样式创建具有视觉吸引力的文本。...xlsx" ); // Loads the workbook which contains hidden external...const wb = new AsposeCells . Workbook (); // Access first worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/add-word-ar...