Sort Score
Result 10 results
Languages All
Labels All
Results 3,281 - 3,290 of 82,029 for

workbook

(0.06 sec)
  1. Formatting Slicer with Node.js via C++|Document...

    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.... Workbook ( filePath ); // Access first...SlicerStyleLight6 ); // Save the workbook in output XLSX format. wb...

    docs.aspose.com/cells/nodejs-cpp/formatting-sli...
  2. Secure PDF Documents with C++|Documentation

    Learn how to secure PDF documents with owner and user passwords using Aspose.Cells with C++....// Open an Excel file Workbook workbook ( inputFilePath ); //...document with encrypted settings workbook . Save ( outputFilePath ,...

    docs.aspose.com/cells/cpp/secure-pdf-documents/
  3. 用Node.js通过C++从Gear类型智能艺术形状中提取文本|Documentation

    学习如何使用Aspose.Cells for Node.js via C++从Gear类型智能艺术形状中提取文本。... const workbook = new AsposeCells . Workbook ( filePath );...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/extract-tex...
  4. 使用Node.js通过C++将单元格添加到Microsoft Excel公式监视窗口的方法|D...

    如何使用 Aspose.Cells 库通过 Node.js 和 C++ 向 Excel 的公式监视窗口添加单元格。通过加载已有的 Excel 文件或创建新文件,我们可以对其中的单元格进行操作并设置公式。最后,将修改后的 Excel 文件保存到磁盘。...empty workbook. const wb = new AsposeCells . Workbook (); //...e1 . getColumn ()); // Save workbook to output XLSX format. wb...

    docs.aspose.com/cells/zh/nodejs-cpp/add-cells-t...
  5. 在 Python.NET 中对德语区域设置的支持,用于命名范围公式|Documentation

    了解如何使用 Aspose.Cells for Python 处理 Excel 中德语区域设置的命名范围公式,编号 via .NET。...cells import Workbook source_dir = os . path . join...ZS \" ,FALSE))" wb_source = Workbook ( os . path . join ( source_dir...

    docs.aspose.com/cells/zh/python-net/support-for...
  6. 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...
  7. How to Convert XML to CSV using C#

    This brief article covers how to convert XML to CSV using C#. It explains the environment setup, stepwise program flow, and a runnable sample code to convert XML to CSV using C#....XML files to CSV Create a Workbook class object to load the source...XML file is loaded with a Workbook class instance and then the...

    kb.aspose.com/cells/net/how-to-convert-xml-to-c...
  8. Add Borders in Excel using Python

    Add borders in Excel using Python. Get IDE settings, a list of steps and a sample code showing how to put borders in Excel using Python....for adding borders Create a workbook and add some sample text in...existing workbook with some data or creating a new workbook and adding...

    kb.aspose.com/cells/python/add-borders-in-excel...
  9. Modify Excel VBA Library using C#

    Modify Excel VBA Library using C# by adding a module and code. Get the IDE settings, a list of steps, and a sample code to work with Excel macro library using C#....adding modules and code in the workbook. Steps to Modify Excel VBA...add module and code Create a workbook , access a sheet, and add...

    kb.aspose.com/cells/net/modify-excel-vba-librar...
  10. 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-...