Sort Score
Result 10 results
Languages All
Labels All
Results 3,261 - 3,270 of 99,951 for

workbook

(0.13 sec)
  1. 用C++将单元格链接至XML映射元素|Documentation

    学习如何使用Aspose.Cells与C++将单元格链接至XML映射元素。...\\ " ); // Load sample workbook Workbook wb ( srcDir + u "sample..."/root/row/FIELD8" ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/link-cells-to-xml-...
  2. Extract Theme Data from Excel File|Documentation

    Learn how to extract theme data from Excel files using Aspose.Cells for Node.js via C++. Obtain style and formatting information effectively....the theme name applied to a workbook and the theme color applied...can apply a theme to your workbook using Microsoft Excel via...

    docs.aspose.com/cells/nodejs-cpp/extract-theme-...
  3. Read Numbers Spreadsheet Developed by Apple Inc...

    Learn how to read Numbers spreadsheets developed by Apple Inc. using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , LoadOptions...Numbers spreadsheet into a workbook with the above load options...

    docs.aspose.com/cells/javascript-cpp/read-numbe...
  4. Setting Shadow of Text Effects of Shape or Text...

    Learn how to set the shadow of text effects for any shape or TextBox using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , PresetShadowType...// Create workbook object const wb = new Workbook (); // Access...

    docs.aspose.com/cells/javascript-cpp/setting-sh...
  5. Aspose.Cells fail to fetch GetRangeByName when ...

    Hi team, In newer versions of Aspose if a Name.RefersTo has something like =INDIRECT(ADDRESS(1,1,INDIRECT(“B1”))) then, Worksheets.GetRangeByName throws Exception. I’m using Aspose 25.3.0, This wasn’t happening in pre…...sample code : var asposeName = workbook.Worksheets.Names.FirstOrDefault(n...(asposeName != null) { var range = workbook.Worksheets.GetRangeByName(asposeName...

    forum.aspose.com/t/aspose-cells-fail-to-fetch-g...
  6. Opening Files in PHP|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....$dataDir = '' ; $workbook1 = new Workbook ( $dataDir . "Book1.xls" );..."Book2.xls" ); // Creating a Workbook object with the stream object...

    docs.aspose.com/cells/java/opening-files-in-php/
  7. Macro function calculation - Free Support Forum...

    We have a xlsm file with a macro function, we are calculating we are using some logic like this THIS IS THE SAMPLE LINK Workbook wb = new Workbook(filePath); wb.calculateFormula(); …...IS THE SAMPLE LINK Workbook wb = new Workbook(filePath); wb.calculateFormula();...are defined correctly in the workbook. Macro Functions : If your...

    forum.aspose.com/t/macro-function-calculation/3...
  8. 使用C++通过JavaScript追踪前导和依赖单元格|Documentation

    学习如何使用C++通过Aspose.Cells for JavaScript追踪电子表格中的前导和依赖单元格。了解如何识别复杂财务工作表中的链接单元。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/precede...
  9. How to Convert HTML to PDF with C++|Documentation

    This topic shows you how to convert HTML to PDF saveformat and MHTML to PDF saveformat using Aspose.Cells for C++.... Initialize a Workbook object. Save the output PDF...PDF document by calling the Workbook.Save() method. #include <iostream>...

    docs.aspose.com/cells/cpp/convert-html-to-pdf/
  10. Reading CSV File with Multiple Encodings using ...

    Learn how to read CSV files with multiple encodings using Aspose.Cells for Node.js via C++....into Workbook const workbook = new AsposeCells . Workbook ( filePath...// Save it in XLSX format workbook . save ( path . join ( dataDir...

    docs.aspose.com/cells/nodejs-cpp/reading-csv-fi...