Sort Score
Result 10 results
Languages All
Labels All
Results 2,881 - 2,890 of 27,325 for

worksheet

(0.08 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. 档案

    档案...Workbook(); Worksheet worksheet = workbook.Worksheets[0]; // 读取...JsonUtility.ImportData(jsonInput, worksheet.Cells, 0, 0, options); //...

    blog.aspose.com/zh/cells/import-data-from-json-...
  4. 使用 Node.js 通过 C++ 搜索和替换范围内的数据|Documentation

    本文展示了如何使用 Node.js 通过 C++ 代码在 Excel 的范围内搜索和替换数据。...Workbook ( filePath ); const worksheet = workbook . getWorksheets...cell = null ; do { cell = worksheet . getCells (). find ( "search"...

    docs.aspose.com/cells/zh/nodejs-cpp/search-and-...
  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. 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...
  7. 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...
  8. 用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-...
  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...