Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 30,171 for

worksheet

(0.84 sec)
  1. 使用C++将工作表范围导出为图像|Documentation

    了解如何使用Aspose.Cells和C++将工作表的特定范围导出为图像。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...area with the desired range worksheet . GetPageSetup (). SetPrintArea...

    docs.aspose.com/cells/zh/cpp/export-range-of-ce...
  2. 使用 C++ 取消保护工作表|Documentation

    了解如何使用 Aspose.Cells for C++ 取消保护工作表。...Cells取消简单保护的工作表 可以通过调用 Worksheet 类的 Unprotect 方法来取消保护工作表。未...first worksheet in the Excel file Worksheet worksheet = workbook...

    docs.aspose.com/cells/zh/cpp/unprotect-a-worksh...
  3. Calculate Formulas with C++|Documentation

    This article introduces how to use the Aspose.Cells library to calculate formulas in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....CalculateFormula method of the Worksheet class, which processes all...Workbook workbook ; // Add a new worksheet to the workbook int sheetIndex...

    docs.aspose.com/cells/cpp/calculate-formulas/
  4. 使用 Node.js 和 C++ 对行和列进行分组与取消分组|Documentation

    了解如何使用 Aspose.Cells for Node.js via C++ 在 Excel 中对行列进行分组和取消分组。...工作表由 Worksheet 类表示。 Worksheet 类提供一个 Cells 集合,表示工作表中的所有单元格。...the first worksheet in the Excel file const worksheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/grouping-an...
  5. Cut and Paste Range with JavaScript via C++|Doc...

    Learn how to cut and paste cells within a Worksheet using Aspose.Cells for JavaScript via C++....and paste cells within a worksheet by using the InsertCutCells...and paste cells within a worksheet. Sample Code <!DOCTYPE html>...

    docs.aspose.com/cells/javascript-cpp/cut-and-pa...
  6. 隐藏和取消隐藏单元格|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....工作表由 Worksheet 类表示。Worksheet类提供了一个表示工作表中所有单元格的C...first worksheet in the Excel file Worksheet worksheet = workbook...

    docs.aspose.com/cells/zh/java/hide-and-unhide-c...
  7. 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....the first worksheet in the Excel file $worksheets = $workbook...getWorksheets (); $worksheet = $worksheets -> get ( 0 ); //Applying...

    docs.aspose.com/cells/java/freeze-panes-in-php/
  8. Hiding and Showing Rows and Columns with JavaSc...

    Learn how to hide and show rows and columns in a Worksheet using Aspose.Cells for JavaScript via C++....certain rows or columns in a worksheet and display them later. Microsoft...access each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/javascript-cpp/hiding-and...
  9. 通过 JavaScript 及 C++ 将图表转换为图片|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 转换图表为图片格式,如 JPEG 或 PNG。我们将演示如何从 Microsoft Excel 导出图表并将其保存为独立的图片,以便后续使用和处理。...Workbook (); // Adding a new worksheet to the Workbook const sheetIndex...sheetIndex = workbook . worksheets . add (); // Obtaining the reference...

    docs.aspose.com/cells/zh/javascript-cpp/chart-t...
  10. Output Blank Page when there is Nothing to Prin...

    Handle empty Worksheets and print blank pages with Aspose.Cells using C++....anything when you export the worksheet to an image. You can change...an empty worksheet and renders the empty worksheet to an image...

    docs.aspose.com/cells/cpp/output-blank-page-whe...