Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 27,203 for

excel worksheet

(0.11 sec)
  1. Get Equation Text of Chart Trendline with C++|D...

    Learn how to use Aspose.Cells for C++ to retrieve the equation text of a trendline in a chart created in Microsoft Excel. Our guide will demonstrate how to access and extract the equation of a trendline for further analysis or display....workbook object from source Excel file Workbook workbook ( srcDir...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/get-equation-text-of-...
  2. Data Validation|Documentation

    Learn how to add data validation through the Aspose.Cells for Node.js via C++ API....Contents [ Hide ] Microsoft Excel provides some good features...to auto‑filter or validate worksheet data. Aspose.Cells fully supports...

    docs.aspose.com/cells/nodejs-cpp/data-validation/
  3. Extract Text from the Gear Type SmartArt Shape ...

    Learn how to extract text from the Gear Type SmartArt Shape using Aspose.Cells for JavaScript via C++....sample code loads the sample Excel file that contains a Gear Type...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/extract-te...
  4. 使用JavaScript via C++将每个工作表保存为不同的PDF文件|Documenta...

    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....将每个工作表保存为不同的PDF文件 如果您需要将模板 Excel 文件中的每个工作表保存为不同的 PDF 文件,您可以轻...Cells Example - Export Each Worksheet to PDF </ title > </ head...

    docs.aspose.com/cells/zh/javascript-cpp/save-ea...
  5. 使用JavaScript通过C++将工作表渲染到图形上下文|Documentation

    学习如何使用C++的Aspose.Cells for JavaScript将工作表渲染到图形上下文,包括渲染到图像文件、屏幕和打印机。...你可以使用任何源 Excel 文件尝试这段代码,也请阅读代码中的注释以便更好理解。 <...Aspose.Cells Example - Render Worksheet to Image </ title > </ head...

    docs.aspose.com/cells/zh/javascript-cpp/render-...
  6. 用 JavaScript 通过 C++ 冻结 Excel 工作表的窗格|Documentation

    在本文中,你将学习如何使用 Aspose.Cells for JavaScript 通过 C++ 编程方式冻结 Excel 工作表的窗格。...用 JavaScript 通过 C++ 冻结 Excel 工作表的窗格 Contents [ Hide ] 介绍 本文介...取消冻结窗格只会改变数据的视图,不会改变数据本身。 在Excel中 若要冻结窗格、冻结行列,先选中一个单元格(如B2)。...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  7. Formula Calculation Engine in Aspose.Cells|Docu...

    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....newly added worksheet int sheetIndex = book . Worksheets . Add ();...(); Worksheet worksheet = book . Worksheets [ sheetIndex ]; Cells...

    docs.aspose.com/cells/net/formula-calculation-e...
  8. 用Node.js和C++格式化和修改命名范围|Documentation

    学习如何使用Aspose.Cells for Node.js via C++格式化和修改命名范围。...Workbook (); // Get the first worksheet in the book. const WS = workbook...( stl , flg ); // Save the excel file. workbook . save ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/format-and-...
  9. Aspose.Cells中的公式计算引擎|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....newly added worksheet int sheetIndex = book . Worksheets . Add ();...(); Worksheet worksheet = book . Worksheets [ sheetIndex ]; Cells...

    docs.aspose.com/cells/zh/net/formula-calculatio...
  10. Specifying the Absolute Position of the Pivot I...

    Learn how to specify the absolute position of pivot items in C++ using Aspose.Cells....download the source Excel and output Excel files for your reference...reference. If you open the output Excel file, you will see the Pivot...

    docs.aspose.com/cells/cpp/specifying-the-absolu...