Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 28,076 for

worksheet

(0.39 sec)
  1. Split Panes in Apache POI and 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....implement split views, use the Worksheet class’s split method. To remove...setActiveCell ( "A20" ); //Split the worksheet window book . getWorksheets...

    docs.aspose.com/cells/java/split-panes-in-apach...
  2. Create Union Range with C++|Documentation

    Create Union Range in Excel files using Aspose.Cells with C++....range, and the index of the worksheet. The CreateUnionRange method...Move Range of Cells in a Worksheet with C++ Analyzing your prompt...

    docs.aspose.com/cells/cpp/create-union-range/
  3. Create Excel Charts and Embed Them in Presentat...

    Create Excel charts and embed them as OLE objects in PowerPoint and OpenDocument presentations with C#/.NET. Step-by-step guide with code samples.... Worksheets . SetOleSize ( 0 , chartRows...Bitmap chartImage = workbook . Worksheets [ chartSheetIndex ]. Charts...

    docs.aspose.com/slides/net/creating-excel-chart...
  4. Manage VBA Codes of Excel Macro-Enabled Workboo...

    Add VBA Module and Modify VBA or Macro with Aspose.Cells library in C++....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...(). GetModules (). Add ( worksheet ); // Access the VBA Module...

    docs.aspose.com/cells/cpp/manage-vba-project/
  5. 使用Node.js和C++拆分Excel工作表屏幕|Documentation

    在本文中,您将学习如何通过编程方式使用Node.js C++插件将工作表分成两部分或四部分,以显示特定的行和/或列。...C++,轻松地在列上垂直拆分工作表,只需选择顶行的一个单元格作为活动单元格,然后使用 Worksheet.split() 方法进行拆分。 const path...setActiveCell ( "C1" ); // Split worksheet vertically on columns sheet...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-spli...
  6. 在行或列上应用样式|Documentation

    本文介绍如何在GridDesktop中对行或列应用样式。... // Accessing the worksheet of the Grid that is currently...currently active Worksheet sheet = gridDesktop1 . GetActiveWorksheet...

    docs.aspose.com/cells/zh/net/aspose-cells-gridd...
  7. Specifying Significant Digits to be Stored in E...

    Learn how to specify significant digits to be stored in an Excel file using Aspose.Cells for JavaScript via C++....first worksheet const worksheet = workbook . worksheets . get...Access cell A1 const c = worksheet . cells . get ( "A1" ); //...

    docs.aspose.com/cells/javascript-cpp/specifying...
  8. Change Cells Alignment and Keep Existing Format...

    Use the Aspose.Cells library to change cell alignment and preserve existing formatting in JavaScript via C++...first worksheet const worksheet = workbook . worksheets . get...cells range const range = worksheet . cells . createRange ( "B2:D7"...

    docs.aspose.com/cells/javascript-cpp/change-cel...
  9. 用 C++ 判断数据点是否位于饼图中的第二个饼或条形图中的条上|Documentation

    学习如何使用 Aspose.Cells for C++ 判断数据点是否位于饼图中的第二个饼或条形图中的条上。我们的指南将演示如何识别和访问复合图表中的次级饼或条,以便有效分析和操作数据。...workbook ( inputFilePath ); Worksheet worksheet = workbook . GetWorksheets...Get ( 0 ); Chart chart = worksheet . GetCharts (). Get ( 0 );...

    docs.aspose.com/cells/zh/cpp/find-if-data-point...
  10. .NET Excel API | Process Spreadsheet Formats vi...

    C# ASP.NET VB.NET library to create, repair, merge, parse and convert excel files. Convert excel to PDF, JSON, XML, TSV, HTML and so on....perform like managing multiple worksheets, creating spreadsheet contents... importing data onto the worksheets from different data sources...

    products.aspose.com/cells/net/