Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 82,029 for

workbook

(0.05 sec)
  1. Calculation of Array Formula of Data Tables wit...

    How to use the Aspose.Cells library to calculate array formulas for a data table in Microsoft Excel using Node.js via C++. Load or create an Excel file, calculate the array formula, and save the modified file.... Please use Workbook.calculateFormula() as normal...Create workbook from source excel file const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/calculation-of...
  2. Excel to HTML - Use PresentationPreference Opti...

    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....Instantiate the Workbook // Load an Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "sample.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/excel-to-html-...
  3. Modify existing SQL Data Connection using Aspos...

    Learn how to modify existing SQL Data Connection properties using Aspose.Cells for Node.js via C++....the Data Connections using Workbook.dataConnections collection...SQL Data Connection of the workbook. You can download the source...

    docs.aspose.com/cells/nodejs-cpp/modify-existin...
  4. Save Excel into PDF with Standard or Minimum Si...

    Learn how to save Excel files into PDF format with Standard or Minimum size using Aspose.Cells for Node.js via C++....excel file into workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Save into Pdf with Minimum size...

    docs.aspose.com/cells/nodejs-cpp/save-excel-int...
  5. Managing TextBox with Node.js via C++|Documenta...

    Learn how to manage TextBox in Excel using Aspose.Cells for Node.js via C++....shows how to: Create a new workbook. Add a TextBox shape. Modify...Create a new workbook let workbook = new Cells . Workbook (); // Access...

    docs.aspose.com/cells/nodejs-cpp/managing-textb...
  6. 通过Node.js和C++设置工作表标签颜色|Documentation

    本文展示了用于通过Node.js在C++中程序化设置Excel工作表标签颜色的示例代码。...Instantiate a new Workbook // Open an Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "Book1.xlsx"...

    docs.aspose.com/cells/zh/nodejs-cpp/set-workshe...
  7. 合并单元格|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 Workbook. Workbook wbk = new Workbook (); //Create...of merging" ); //Save the Workbook. wbk . save ( dataDir + "merge_Aspose...

    docs.aspose.com/cells/zh/java/merge-cells/
  8. Find out if VBA Project is Protected with C++|D...

    Check if the VBA project of an Excel file is protected using Aspose.Cells with C++....following sample code creates a workbook and then checks if its VBA...Cells-for-C // Create a workbook. Workbook wb ; // Access the VBA...

    docs.aspose.com/cells/cpp/find-out-if-vba-proje...
  9. Insert a Linked Picture from Web Address with C...

    Learn how to insert a linked picture from a web address into a worksheet using Aspose.Cells for C++....Instantiate a new Workbook Workbook workbook ; // Insert a linked...com/Images/aspose-logo.jpg" ); Picture pic = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/insert-a-linked-pictu...
  10. 用C++读写带有查询表数据源的表格|Documentation

    学习如何用Aspose.Cells for C++读写带有QueryTable为数据源的表格。..." ); // Load workbook object Workbook workbook ( srcDir + u ...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/read-and-write-tab...