Sort Score
Result 10 results
Languages All
Labels All
Results 3,131 - 3,140 of 30,315 for

worksheet

(0.15 sec)
  1. Propagate Formula in Table or List Object autom...

    Learn how to propagate formulas in tables or list objects automatically when entering new data using Aspose.Cells for C++....book ; // Access first worksheet Worksheet sheet = book . GetWorksheets...

    docs.aspose.com/cells/cpp/propagate-formula-in-...
  2. Manage Shape Options with JavaScript via C++|Do...

    Learn how to manage shape options using Aspose.Cells for JavaScript via C++. Customize shapes in spreadsheets effectively....Add WordArt Watermark to Worksheet with JavaScript via C++ Data...

    docs.aspose.com/cells/javascript-cpp/managing-s...
  3. 在用C++刷新数据透视表时,指定该数据透视表是否兼容Excel 2003|Documentation

    学习如何在用Aspose.Cells for C++刷新数据透视表时,指定数据透视表的Excel2003兼容性。...first worksheet that contains pivot table data Worksheet dataSheet...second worksheet that contains pivot table Worksheet pivotSheet...

    docs.aspose.com/cells/zh/cpp/specify-whether-th...
  4. CSV to PDF conversion - Free Support Forum - as...

    I am evaluating aspose for converting csv files to pdf(large csv files with rows over a million). I created a workbook object with file path and then saved/converted it to pdf file. The problems I have are : The table…...PageSetup,PrintGridlines Worksheet.AutoFitColumns() Download...Workbook("Book1.csv", opts); Worksheet ws = wb.Worksheets[0]; //We want to...

    forum.aspose.com/t/csv-to-pdf-conversion/164952
  5. How to add a PivotChart using Aspose.Cells for ...

    How to add a PivotChart using Aspose.Cells for JavaScript via C++....via C++: Add some data to a worksheet using a Cell object’s putValue...Add a pivot table to the worksheet by calling the add method...

    docs.aspose.com/cells/javascript-cpp/how-to-add...
  6. Get Hyperlinks in Range|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....the number of cells in the Worksheet Get Range with External Links...

    docs.aspose.com/cells/python-java/get-hyperlink...
  7. 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...
  8. 通过JavaScript在C++中为命名范围设置公式|Documentation

    学习如何使用C++的JavaScript为电子表格中的命名范围设置公式。...{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...WorksheetCollection const worksheets = book . worksheets ; // Add a new...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  9. 用 C++ 为命名范围设置公式|Documentation

    学习如何用 Aspose.Cells 在 Excel 文件中为命名范围设置公式,使用 C++。...WorksheetCollection WorksheetCollection worksheets = book . GetWorksheets ();..."NewNamedRange" int index = worksheets . GetNames (). Add ( u "NewNamedRange"...

    docs.aspose.com/cells/zh/cpp/setting-formula-fo...
  10. Populate Data First by Row then by Column with ...

    Learn how to populate data first by row then by column using the Aspose.Cells for C++ API....there are many cells in a worksheet and you follow the second...

    docs.aspose.com/cells/go-cpp/populate-data-firs...