Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 21,314 for

worksheet

(0.06 sec)
  1. 使用 C++ 保护和取消保护工作表|Documentation

    使用 Aspose.Cells for C++ 保护和取消保护Excel工作表。...workbook ; // Get the first worksheet Worksheet sheet = workbook . GetWorksheets...// Protect contents of the worksheet sheet . Protect ( ProtectionType...

    docs.aspose.com/cells/zh/cpp/protect-and-unprot...
  2. Public API Changes in Aspose.Cells 8.7.1|Docume...

    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....//Access first worksheet Worksheet worksheet = workbook . getWorksheets...//Add 10 in cell A1 and A2 worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/java/public-api-changes-i...
  3. 用C++设置边距|Documentation

    学习如何使用C++设置Excel工作表的边距。本指南涵盖了设置页面边距、居中内容以及以编程方式配置页眉和页脚边距的方法,使用Aspose.Cells for C++。...Workbook 类包含 Worksheets 集合,可以访问Excel文件中的每个工作表。一个工作表由 Worksheet 类表示。 Worksheet...Worksheet 类提供用于设置工作表页面设置选项的 PageSetup 属性。 PageSetup 属性是 PageSetup...

    docs.aspose.com/cells/zh/cpp/setting-margins/
  4. Working with Headers and Footers|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....Workbook (); //Adding a new worksheet to the Workbook object WorksheetCollection...WorksheetCollection worksheets = workbook . Worksheets ; Worksheet worksheet...

    docs.aspose.com/cells/net/working-with-headers-...
  5. Add and Retrieve Data|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....] In Accessing Cells of a Worksheet , we discussed basic approaches...for accessing cells in a worksheet. This article uses one of...

    docs.aspose.com/cells/java/add-and-retrieve-data/
  6. Calculate Page Setup Scaling Factor with Node.j...

    This article provides sample code explaining how to use the Node.js API with C++ to calculate Page Setup scaling factor using Fit to n page(s) wide by m tall option of Excel Worksheet programmatically....); // Access first worksheet const worksheet = workbook . getWorksheets...some data in these cells worksheet . getCells (). get ( "A4"...

    docs.aspose.com/cells/nodejs-cpp/calculate-page...
  7. Add and Retrieve Data|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....] In Accessing Cells of a Worksheet , we discussed basic approaches...for accessing cells in a worksheet. This article uses one of...

    docs.aspose.com/cells/cpp/add-and-retrieve-data/
  8. Calculate Formulas with C++|Documentation

    This article introduces how to use 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/
  9. 使用C++移除Excel文件中工作表的现有PrinterSettings|Documentation

    学习如何通过Aspose.Cells的Page Setup对象,使用C++以编程方式移除Excel文件中工作表的现有PrinterSettings。...i < sheetCount ; i ++ ) { Worksheet ws = wb . GetWorksheets ()..."PrinterSettings of this worksheet exist." << std :: endl ; std...

    docs.aspose.com/cells/zh/cpp/remove-existing-pr...
  10. 操作位置、大小和设计图表的方法(C++)|Documentation

    学习如何使用Aspose.Cells for C++高效操作Microsoft Excel中的位置、大小和设计图表。我们的指南将演示如何调整这些属性以改善布局和可视化效果。...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...chart from the worksheet Chart chart = worksheet . GetCharts ()...

    docs.aspose.com/cells/zh/cpp/manipulate-positio...