Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 82,070 for

workbook

(0.32 sec)
  1. Aspose.Cells.CellsException: 'IndexOutOfRangeEx...

    Hi- I’m getting the error shown in the subject above when trying to call Workbook.CalculateFormula. The full error says that the issue is “Based on cell Data!B2366” in the Workbook I will provide. The formula in this cel…...above when trying to call Workbook.CalculateFormula. The full...on cell Data!B2366” in the workbook I will provide. The formula...

    forum.aspose.com/t/aspose-cells-cellsexception-...
  2. Web Extensions - Office Add-ins with Node.js vi...

    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...."output" ); const workbook = new AsposeCells . Workbook (); const extensions...extensions = workbook . getWorksheets (). getWebExtensions ();...

    docs.aspose.com/cells/nodejs-cpp/web-extensions...
  3. Add Digital Signature to an already signed Exce...

    This article describes how to add a digital signature to an already signed Excel file using Node.js with Aspose.Cells for Node.js via C++....js via C++ provides the Workbook.addDigitalSignature(digitalSignatureColl)...demonstrates how to make use of the Workbook.addDigitalSignature(digitalSignatureColl)...

    docs.aspose.com/cells/nodejs-cpp/add-digital-si...
  4. Shapes in Charts with C++|Documentation

    Learn how to use Aspose.Cells for C++ to add controls and customize charts in Microsoft Excel. Our guide will demonstrate how to manipulate chart elements, adjust formatting, and enhance the overall appearance and usability of your charts....xls" ; // Create workbook Workbook workbook ( inputFilePath );...second sheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/controls-in-charts/
  5. Convert CSV, TSV and TXT to Excel with Node.js ...

    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.... Csv ); // Create a Workbook object and opening the file...wbCSV = new AsposeCells . Workbook ( path . join ( dataDir ,...

    docs.aspose.com/cells/nodejs-cpp/convert-csv-ts...
  6. 在VSTO和Aspose.Cells中创建命名范围|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....//Create a new Workbook Excel . Workbook wb = xl . Workbooks . Add (...Value , "Test" ); } //Save New Workbook wb . SaveCopyAs ( "Test_Range...

    docs.aspose.com/cells/zh/net/creating-a-named-r...
  7. 按行和列格式化,使用Node.js via C++|Documentation

    Aspose.Cells for Node.js via C++支持更改行高或列宽,还可以对行或列应用格式。...Cells提供一个类, Workbook ,代表一个Microsoft Excel文件。 Workbook 类包含一个 WorksheetCollection...chunks ); // Instantiating a Workbook object // Opening the Excel...

    docs.aspose.com/cells/zh/nodejs-cpp/adjusting-r...
  8. 使用Node.js via C++在文档信息面板中添加可见的自定义属性|Documentation

    学习如何使用Aspose.Cells for Node.js via C++向工作簿对象添加自定义属性。这些属性可以在文档信息面板中查看。..."data" ); // Create workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( AsposeCells . FileFormatType . Xlsx ); // Add...

    docs.aspose.com/cells/zh/nodejs-cpp/adding-cust...
  9. Insert a Picture Based on Cell Reference with N...

    Learn how to insert a picture in a worksheet based on a cell reference using Aspose.Cells for Node.js via C++. Show cell data in a picture....new Workbook const workbook = new AsposeCells . Workbook ();...cells collection const cells = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/insert-a-pictu...
  10. Setting Strong Encryption Type with C++|Documen...

    Learn how to apply strong encryption and password protection to Excel files using Aspose.Cells with C++....xls" ; // Create workbook Workbook workbook ( inputFilePath );...Strong Cryptographic Provider) workbook . SetEncryptionOptions ( EncryptionType...

    docs.aspose.com/cells/cpp/setting-strong-encryp...