Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 82,034 for

workbook

(0.04 sec)
  1. How to add/insert TextBox to Worksheet with C++...

    How to add/insert TextBox to Worksheet in Aspose.Cells with C++....object of the Workbook class Workbook workbook ; // Access first...collection Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/add-text-box-to-works...
  2. Freeze First Column(s) of Excel Worksheet with ...

    In this article, you will learn how to freeze left columns of Excel Worksheets programmatically using C++ Library with Aspose.Cells API.... Construct Workbook to open the file or create...Instantiate a new Workbook Workbook workbook ( u "Freeze.xlsx"...

    docs.aspose.com/cells/cpp/how-to-freeze-columns...
  3. 使用FormulaText函数在Aspose.Cells与C++中|Documentation

    本文介绍了如何使用Aspose.Cells库中的FormulaText函数处理Microsoft Excel中的公式。通过加载现有的Excel文件或创建新的Excel文件,我们可以使用Aspose.Cells提供的方法获取和设置单元格的公式文本并获取结果。最后,我们将修改后的Excel文件保存到磁盘。...(); // Create a workbook object Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/using-formulatext-...
  4. 在将电子表格转换为HTML的同时为WordArt渲染渐变填充,使用C++实现|Document...

    学习在使用C++将电子表格转换为HTML时为WordArt渲染渐变填充。...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...); // Save workbook to HTML format workbook . Save ( outDir +...

    docs.aspose.com/cells/zh/cpp/render-gradient-fi...
  5. Data Validation with C++|Documentation

    Learn how to add data validation through the Aspose.Cells for C++ API....); // Create a workbook object Workbook workbook ; // Create a...Worksheet ExcelWorkSheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/data-validation/
  6. 用C++设置填充效果|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库。它支持设置单元格的填充效果,允许用户自定义单元格的背景和样式。本文将介绍如何使用Aspose.Cells库设置单元格的填充效果。...Cells提供了一个表示Microsoft Excel文件的类, WorkbookWorkbook 类包含一个 Worksheets 集合,...Instantiating a Workbook object Workbook workbook ; // Adding a...

    docs.aspose.com/cells/zh/cpp/cells-fill-settings/
  7. 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-...
  8. Freeze Panes 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....by excel file path $workbook = new Workbook ( $dataDir . "book...Excel file $worksheets = $workbook -> getWorksheets (); $worksheet...

    docs.aspose.com/cells/java/freeze-panes-in-php/
  9. 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...
  10. Export VBA Certificate to File or Stream with N...

    Learn how to export VBA Digital Certificate to a file or stream using Aspose.Cells for Node.js via C++. Access raw data of VBA digital certificates....excel file into workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "sampleVBAProjectSign...

    docs.aspose.com/cells/nodejs-cpp/export-vba-cer...