Sort Score
Result 10 results
Languages All
Labels All
Results 3,251 - 3,260 of 27,074 for

excel worksheet

(0.53 sec)
  1. Setting Different Headers and Footers For Diffe...

    This article provides sample code that shows how to programmatically set headers and footers of an Excel Worksheet's Page Setup using Aspose.Cells for JavaScript via C++. Set headers and footers for the first, odd, and even pages....via C++ Contents [ Hide ] MS Excel supports setting different headers...pages, and even pages since Excel 2007. Aspose.Cells for JavaScript...

    docs.aspose.com/cells/javascript-cpp/setting-di...
  2. Save Workbook to Strict Open XML Spreadsheet Fo...

    Learn how to save a workbook in Strict Open XML Spreadsheet format using Aspose.Cells for C++....8_Strict , then the output Excel file will be saved in Strict... and saves it as an output Excel file ( output.xlsx ). If you...

    docs.aspose.com/cells/cpp/save-workbook-to-stri...
  3. Alignment Settings|Documentation

    In the Aspose.Cells for Python via .NET library, you can use cell alignment settings to adjust the layout and display of text. By adjusting settings such as horizontal alignment, vertical alignment, and text wrapping, you have more control over how text flows in cells. This document will provide you with detailed steps and sample code to help you quickly grasp how to use Aspose.Cells for Python via .NET for cell alignment settings....Microsoft Excel Anyone who has used Microsoft Excel to format...alignment settings in Microsoft Excel. As you can see from the above...

    docs.aspose.com/cells/python-net/cells-alignmen...
  4. 根据数据透视表的PivotField显示名称获取单元格对象|Documentation

    如何用Aspose.Cells for JavaScript通过C++根据数据透视表中的字段显示名称获取单元格对象。...style="color: red;">Please select an Excel file.</p>' ; return ; } const...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/zh/javascript-cpp/get-the...
  5. How to Control Workbook View with C++|Documenta...

    Learn how to control workbook view using the Aspose.Cells for C++ API....need to adjust the display of Excel pages, you need to know how...scrollbars, whether to hide open Excel files, and so on. Aspose.Cells...

    docs.aspose.com/cells/cpp/how-to-control-workbo...
  6. 验证单元格值是否满足数据验证规则|Documentation

    了解如何通过C++中的Aspose.Cells for JavaScript验证单元格值是否满足数据验证规则。...Contents [ Hide ] Microsoft Excel允许用户为单元格添加数据验证规则。例如,小数验证指定只能...不同的数字,Excel会显示错误信息并提示他们输入正确范围内的数字。如果复制粘贴一个数字,比如3,Excel不会进行验证检查或显示错误信息。...

    docs.aspose.com/cells/zh/javascript-cpp/verify-...
  7. 如何通过C++使用JavaScript设置打印区域|Documentation

    本文向您展示了如何使用C++的Aspose.Cells库中的JavaScript设置打印区域的代码。...Contents [ Hide ] 可能的使用场景 在文档(如 Excel 表格)中设置打印区域,有助于控制打印内容。设定打印区域的原因包括:...设置打印区域特别适合较大文档,只需部分内容用于打印或审查。 ** 如何在 Excel 中设置打印区域** 在 Excel 中设置打印区域的步骤: 选择单元格:...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  8. 使用 C++ 和 JavaScript 进行图表数据过滤的三种方法|Documentation

    学习如何在 Excel 中使用 Aspose.Cells for JavaScript 进行图表过滤。我们的全面指南将演示如何应用过滤器到图表、自定义图表元素,以及使用数据分析工具来获取更好见解和做出明智决策。... 过滤以渲染图表的系列 在Excel中,我们可以过滤掉图表中的特定系列,导致这些被过滤的系列不会显示在图表中。...Testseries4 时,图表将会如 图2 所示。 在Excel中,我们可以筛选出特定系列,从而在图表中隐藏那些筛选的系列。原始图表如...

    docs.aspose.com/cells/zh/javascript-cpp/filteri...
  9. 从自定义对象导入|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....//Clear all the worksheets book . Worksheets . Clear (); //Add...Sheet "Data"; Worksheet sheet = book . Worksheets . Add ( "Data"...

    docs.aspose.com/cells/zh/net/importing-from-cus...
  10. Removing Slicer|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....remove a slicer in Microsoft Excel, just select it and press the...programmatically, please use the Worksheet.Slicers.Remove() method. It...

    docs.aspose.com/cells/net/removing-slicer/