Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 102,520 for

workbook

(0.11 sec)
  1. Load source Excel file without charts|Documenta...

    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....the workbook with specified load options Workbook workbook = new...new Workbook ( "sample.xlsx" , options ); //Save the workbook...

    docs.aspose.com/cells/java/load-source-excel-fi...
  2. Insert Ranges with Node.js via C++|Documentation

    Learn how to insert ranges in Excel and shift other data using Aspose.Cells for Node.js via C++....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/insert-ranges-...
  3. Copying and Moving Worksheets|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....you might want to create a workbook with sheets that contain the...worksheets within or between workbooks. A worksheet, complete with...

    docs.aspose.com/cells/cpp/copying-and-moving-wo...
  4. Fill Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting the fill settings of cells, allowing users to customize the background and style of cells. This article will introduce how to use the Aspose.Cells library to set cell fill settings....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/cells-fill-settings/
  5. Adding Custom Properties visible inside Documen...

    Learn how to add custom properties visible in the Document Information Panel using Aspose.Cells with C++....add custom properties to the workbook object that are visible inside...menu commands. Please use the Workbook.ContentTypePropertie.Add()...

    docs.aspose.com/cells/cpp/adding-custom-propert...
  6. 在共享工作簿时,更新保持修订日志历史天数,使用Node.js通过C++|Documentation

    学习如何用Aspose.Cells for Node.js via C++更新共享工作簿中保持修订日志的天数。...empty workbook const workbook = new AsposeCells . Workbook ();...(); // Share the workbook workbook . getSettings (). setShared (...

    docs.aspose.com/cells/zh/nodejs-cpp/update-days...
  7. Encrypt and Decrypt Excel files with JavaScript...

    How to encrypt and decrypt Excel files using JavaScript via C++. Lock and unlock Excel files....Cells Example - Encrypt Workbook </ h1 > < input type = "file"..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/encrypt-an...
  8. 使用C++导出与XML映射关联的XML数据|Documentation

    学习如何使用Aspose.Cells for C++在工作簿内导出与XML映射相关联的XML数据。...导出链接到工作簿中的 XML 映射的 XML 数据 请使用 Workbook::ExportXml() 方法导出工作簿内与XML...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/zh/cpp/export-xml-data-li...
  9. Managing Page Breaks with Node.js via C++|Docum...

    This article provides sample code and explains how to add, clear, or delete specific page breaks in Excel worksheets programmatically using Aspose.Cells for Node.js via C++....Cells provides a Workbook class that represents an Excel...Excel file. The Workbook class contains a Workbook.getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/managing-page-...
  10. 在Node.js和C++中插入WAV文件作为Ole对象|Documentation

    学习如何在Excel工作表中使用Aspose.Cells for Node.js via C++插入WAV文件作为OLE对象。...new Workbook. const workbook = new AsposeCells . Workbook ();...(); const sheet = workbook . getWorksheets (). get ( 0 ); // Add...

    docs.aspose.com/cells/zh/nodejs-cpp/inserting-a...