Sort Score
Result 10 results
Languages All
Labels All
Results 2,901 - 2,910 of 26,533 for

worksheet

(0.13 sec)
  1. Add ActiveX Controls using Aspose.Cells for Jav...

    Learn how to add ActiveX controls in a Worksheet using Aspose.Cells for JavaScript via C++....needs to be added inside a worksheet. It has the following values...Access first worksheet const sheet = wb . worksheets . get ( 0 );...

    docs.aspose.com/cells/javascript-cpp/add-active...
  2. Processing pivot tables corrupts Excel under so...

    I have a template Worksheet that has a pivot table on it. It works exactly as expected when processed through Aspose Cells. I copy that Worksheet to a new file & rename it. Run through the same data load process and a…...6:21pm 1 I have a template worksheet that has a pivot table on...Aspose Cells. I copy that worksheet to a new file & rename it...

    forum.aspose.com/t/processing-pivot-tables-corr...
  3. Spreadsheet Editor - Working with Files|Documen...

    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.... Worksheet ws = wb . getWorksheets ()...); com . aspose . cells . Worksheet ws = wb . getWorksheets ()...

    docs.aspose.com/cells/java/spreadsheet-editor-w...
  4. Read and Manipulate Excel 2016 Charts with Node...

    Learn how to read and manipulate Excel 2016 charts using Aspose.Cells for Node.js via C++. This guide will show you how to access and modify various chart properties....2016 charts in the first worksheet. It reads all charts one by...filePath ); // Access the first worksheet which contains the charts...

    docs.aspose.com/cells/nodejs-cpp/read-and-manip...
  5. Manage Shape Options with Golang via C++|Docume...

    Manage shape options in Microsoft Excel files using Aspose.Cells with Golang via C++....Add WordArt Watermark to Worksheet with Golang via C++ Data in...

    docs.aspose.com/cells/go-cpp/managing-shape-opt...
  6. 用C++提取Gear类型SmartArt形状中的文本|Documentation

    学习如何使用Aspose.Cells for C++逐步指导和代码示例,从Excel中的Gear类型SmartArt形状中提取文本。...inputFile ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/extract-text-from-...
  7. Insert Ranges into Excel with Golang via C++|Do...

    Learn how to insert ranges into Excel files using Aspose.Cells with Golang via C++....Cells: Create Workbook and Worksheet Scoped Named Ranges with Golang...

    docs.aspose.com/cells/go-cpp/insert-ranges-to-e...
  8. How to Format Number as Currency|Documentation

    This article will introduce how to format number to currency using Aspose.Cells for JavaScript via C++ API....first worksheet const worksheet = workbook . worksheets . get...want to format const a1 = worksheet . cells . get ( "A1" ); //...

    docs.aspose.com/cells/javascript-cpp/format-num...
  9. 用C++设置形状或文本框的文本效果阴影|Documentation

    学习如何使用编号Aspose.Cells for C++为形状或文本框设置文本效果的阴影。...wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/setting-shadow-of-...
  10. Refresh and Calculate Pivot Table having Calcul...

    Refresh and calculate pivot table with calculated items using Aspose.Cells with C++....// Access the first worksheet Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/refresh-and-calculate...