Sort Score
Result 10 results
Languages All
Labels All
Results 3,021 - 3,030 of 30,152 for

worksheet

(0.09 sec)
  1. 用 JavaScript 通过 C++ 冻结 Excel 工作表的窗格|Documentation

    在本文中,你将学习如何使用 Aspose.Cells for JavaScript 通过 C++ 编程方式冻结 Excel 工作表的窗格。...请使用 Worksheet.freezePanes(number, number...构建工作簿以打开文件或创建一个空文件。 2. 使用Worksheet.freezePanes()方法冻结窗格。 3.保存文件。...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  2. How to Lock Cells in Excel using C#

    Learn how to lock cells in Excel using C#. This guide provides step-by-step instructions with C# code examples using Aspose.Cells for .NET....first worksheet in the workbook using workbook.Worksheets[0] ....the SetStyle method. Enable worksheet protection with the Protect...

    blog.aspose.com/cells/how-to-lock-cells-in-exce...
  3. template.xlsx

    DEMO_VARIABLES Scope Name Variable Name Variable Value Type RootDataVar RootData DirectorsVar RootData.Directors ReporteesVar RootData.Directors.Reportees CtcPerEmployeeVar RootData.CtcPerEmployee ......LastName} Expression Worksheet EMPVAR-01 DirectorsVar RootData...RootData.Directors Worksheet EMPVAR-02 ReporteesVar DirectorsVar...

    docs.aspose.com/cells/tr/net/smart-marker-param...
  4. Manage Shape Text Options|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....Watermark to Worksheet Copy Shapes between Worksheets Analyzing...

    docs.aspose.com/cells/java/managing-shape-text-...
  5. 如何使用JavaScript通过C++创建组合图表|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++创建组合图表。我们的全面指南将演示如何将不同的图表类型合并成一个组合图表,从而实现更有效的数据展示。...first worksheet const worksheet = workbook . worksheets . get...volume (VHLC) const pieIdx = worksheet . charts . add ( AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  6. Verify that Cell Value Satisfies Data Validatio...

    Learn how to verify cell value satisfies data validation rules through the Aspose.Cells for JavaScript via C++ API....first worksheet const worksheet = workbook . worksheets . get...between 10 and 20 const cell = worksheet . cells . get ( "C1" ); //...

    docs.aspose.com/cells/javascript-cpp/verify-tha...
  7. 如何将Excel中的公式导出为其他类型的表达式,使用C++|Documentation

    使用Aspose.Cells for C++将Excel公式导出为LaTeX和MathML。...<body>" ; WorksheetCollection worksheets = workbook . GetWorksheets...ShapeCollection shapes = worksheets . Get ( 0 ). GetShapes ();...

    docs.aspose.com/cells/zh/cpp/export-equation/
  8. 用指定打印纸张大小的via JavaScript和C++加载工作簿|Documentation

    学习如何在用Aspose.Cells for JavaScript通过C++加载工作簿时设置打印纸张大小...some data inside the first worksheet const workbook = new Workbook...Workbook (); const worksheet = workbook . worksheets . get ( 0 ); const...

    docs.aspose.com/cells/zh/javascript-cpp/load-wo...
  9. 更改数据透视表的布局|Documentation

    如何使用Aspose.Cells for Java脚本通过C++改变数据透视表的布局。...first worksheet const worksheet = workbook . worksheets . get...table const pivotTable = worksheet . pivotTables . get ( 0 );...

    docs.aspose.com/cells/zh/javascript-cpp/changin...
  10. Set DefaultFont property of PdfSaveOptions and ...

    Discover how to set the DefaultFont property of PdfSaveOptions and ImageOrPrintOptions using Aspose.Cells for Node.js via C++. Ensure proper font rendering when fonts are missing....The A1 cell (in the first worksheet) contains the text “Christmas...The code renders the first worksheet to PNG and TIFF image formats...

    docs.aspose.com/cells/nodejs-cpp/set-defaultfon...