Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 82,029 for

workbook

(0.05 sec)
  1. How to get OData Connection Information with C+...

    Learn how to extract OData connection information from Excel files using Aspose.Cells for C++....Cells provides the Workbook.GetDataMashup() property which...\\ " ); // Create workbook Workbook workbook ( srcDir + u "ODataSample...

    docs.aspose.com/cells/cpp/how-to-get-odata-conn...
  2. VLOOKUP function returns unexpected result - Fr...

    VLOOKUP function behaves differently in Aspose.Cells and results don’t match with Excel. In below example, Excel will return #REF! whereas Aspose will return #N/A: =VLOOKUP(1/1/2020,$C1:$D4,#N/A,FALSE) If value is not…... In this workbook if you look at A1 cell it...we calculate/save the same workbook in Aspose, A1 will return...

    forum.aspose.com/t/vlookup-function-returns-une...
  3. 用C++创建高低收(HLC)股票图表|Documentation

    学习如何用Aspose.Cells for C++创建高低收股票图表。我们的逐步指南将演示如何绘制股票市场数据,包括最高价、最低价和收盘价,以便进行更好的分析与可视化。...Create an instance of Workbook Workbook workbook ( u "High-Low-Close...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/create-high-low-cl...
  4. Ignore Errors while Rendering Excel to PDF with...

    Learn how to ignore errors during Excel to PDF conversion using Aspose.Cells for C++....pdf" ; // Load the Sample Workbook that throws Error on Excel2Pdf...Excel2Pdf conversion Workbook wb ( inputFilePath ); // Specify Pdf...

    docs.aspose.com/cells/cpp/ignore-errors-while-r...
  5. Set Margins of Comment or Shape inside the Work...

    Learn how to set margins of comments or shapes within an Excel worksheet using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( filePath );...first worksheet const ws = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/set-margins-of...
  6. Formula Calculation Engine in Aspose.Cells|Docu...

    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....//Instantiating a Workbook object Workbook book = new Workbook (); //Obtaining...

    docs.aspose.com/cells/net/formula-calculation-e...
  7. 通过Node.js和C++获取工作表唯一ID|Documentation

    本文展示了如何使用Node.js库和C++ API以编程方式获取Excel工作表唯一ID。...file const workbook = new AsposeCells . Workbook ( path . join...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/get-workshe...
  8. 使用Node.js via C++读取ODS文件中的图表字幕|Documentation

    学习如何使用Aspose.Cells for Node.js via C++从OpenDocument Spreadsheet (ODS)文件中读取图表字幕。本指南将演示如何提取和访问图表的字幕以便进一步分析或显示。...ods" ); const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/read-chart-...
  9. 在 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....//Create a new Workbook. $workbook = new Workbook (); //Get the...first worksheet. $sheet = $workbook -> getWorksheets () -> get...

    docs.aspose.com/cells/zh/java/converting-chart-...
  10. 通过C++在Node.js中移除ActiveX控件|Documentation

    学习如何使用Aspose.Cells for Node.js via C++从工作簿中移除ActiveX控件。...Create a workbook const wb = new AsposeCells . Workbook ( path...removeActiveXControl (); } // Save the workbook wb . save ( path . join (...

    docs.aspose.com/cells/zh/nodejs-cpp/remove-acti...