Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 30,160 for

worksheet

(0.46 sec)
  1. Convert CSV, TSV, and TXT to Excel with C++|Doc...

    Learn how to convert CSV, TSV, and TXT files to Excel using Aspose.Cells for C++....filename , options ); Worksheet worksheet = workbook . GetWorksheets...Get ( 0 ); std :: cout << worksheet . GetName (). ToUtf8 () <<...

    docs.aspose.com/cells/cpp/convert-csv-tsv-and-t...
  2. 使用C++计算公式|Documentation

    本文介绍如何使用Aspose.Cells库结合C++计算Microsoft Excel中的公式。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法来计算公式并获取结果。最后,我们将修改后的Excel文件保存到磁盘。...或者,用户也可以调用 Worksheet 类的 CalculateFormula 方法,处理...Workbook workbook ; // Add a new worksheet to the workbook int sheetIndex...

    docs.aspose.com/cells/zh/cpp/calculate-formulas/
  3. Merge and Unmerge Cells in GridDesktop|Document...

    This article introduces the merge and unmerge features in GridDesktop....and unmerging cells of a worksheet. This feature is useful in...below: Access any desired Worksheet Create a Range of Cells to...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  4. 用 JavaScript 和 C++ 显示或隐藏行、列和滚动条|Documentation

    本文演示了如何使用 C++ 的 JavaScript API 编程显示和隐藏 Excel 工作表的行和列,控制滚动条的显示,以及高效隐藏多行多列。...类包含一个 worksheets 集合,允许开发人员访问 Excel 文件中的每个工作表。工作表由 Worksheet 类表示。...类表示。 Worksheet 类提供一个 cells 集合,表示工作表中的所有单元格。 cells 集合提供了多种管理行或列的方法,以下几种为例。...

    docs.aspose.com/cells/zh/javascript-cpp/show-an...
  5. Using FormulaText function in Aspose.Cells for ...

    This article introduces how to use the FormulaText function in the Aspose.Cells library to process formulas in Microsoft Excel. Learn to get and set the formula text of cells and save modified Excel files using JavaScript via C++....first worksheet const worksheet = workbook . worksheets . get...in cell A1 const cellA1 = worksheet . cells . get ( "A1" ); cellA1...

    docs.aspose.com/cells/javascript-cpp/using-form...
  6. Save Specified Worksheets to PDF|Documentation

    Learn how to Save Specified Worksheets to PDF with Aspose.Cells for Python via .NET API....Ask AI Save Specified Worksheets to PDF Contents [ Hide ] By...via .NET saves all visible worksheets in a workbook to a PDF file...

    docs.aspose.com/cells/python-net/save-specified...
  7. Access and Modify Cell Value|Documentation

    This article introduces how to get and modify cell value in GridWeb....Contents [ Hide ] Access Worksheet Cells discussed accessing...accessing cells, refer to Access Worksheet Cells . Each cell has a property...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  8. 数据验证与C++|Documentation

    学习如何通过Aspose.Cells for C++ API添加数据验证。...Cells中,每个 Worksheet 类都有一个 GetValidations() 属性,该属性表示一组...Create a worksheet and get the first worksheet Worksheet ExcelWorkSheet...

    docs.aspose.com/cells/zh/cpp/data-validation/
  9. Determine if Shape is Smart Art Shape with Node...

    Learn how to determine if a shape in Excel is a Smart Art shape using Aspose.Cells for Node.js via C++....); // Access first worksheet const worksheet = workbook . getWorksheets...first shape const shape = worksheet . getShapes (). get ( 0 );...

    docs.aspose.com/cells/nodejs-cpp/determine-if-s...
  10. Read and Write Table with Query Table Data Sour...

    Learn how to read and write a table with a QueryTable data source using Aspose.Cells for Node.js via C++....xls" )); const worksheet = workbook . getWorksheets...get ( 0 ); const table = worksheet . getListObjects (). get (...

    docs.aspose.com/cells/nodejs-cpp/read-and-write...