Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 30,422 for

worksheet

(0.17 sec)
  1. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells for Node.js via C++....Access the first worksheet const worksheet = workbook . getWorksheets...Access cells const cell1 = worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/nodejs-cpp/change-the-fon...
  2. Set Custom Height Width In ASpose.Cell - Free S...

    Hello Team, We are doing Image export for each Worksheet as one page , here we can able to mange setting different pagesize like A4,legal,Letter etc… But not getting any option to set Custom Pagesize where user provide…...doing Image export for each worksheet as one page , here we can...Workbook("your_file.xlsx"); Worksheet sheet = workbook.getWorksheets()...

    forum.aspose.com/t/set-custom-height-width-in-a...
  3. How to create Combo chart with C++|Documentation

    Learn how to create a combo chart using Aspose.Cells for C++. Our comprehensive guide will demonstrate how to combine different chart types into one combo chart for a more effective data presentation....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...(VHLC) chart int32_t pieIdx = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/cpp/create-combo-chart/
  4. Aspose.Cells for .NET how to Excel corruption d...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao image.png (4.9 KB) How to get the witch line getting an error....Loop through each worksheet foreach (Worksheet sheet in workbook...workbook.Worksheets) { // Loop through each row for (int row = 0; row...

    forum.aspose.com/t/aspose-cells-for-net-how-to-...
  5. How to Filter Blanks or Non-Blanks|Documentation

    Learn how to filter blanks and non-blanks by using the Aspose.Cells for JavaScript via C++ API....arrayBuffer )); const worksheet = workbook . worksheets . get ( 0 ); worksheet...worksheet . autoFilter . addFilter ( 1 , null ); worksheet ....

    docs.aspose.com/cells/javascript-cpp/how-to-fil...
  6. 插入切片器|Documentation

    通过C++管理带有Aspose.Cells for JavaScript的Excel文件的切片器。...JavaScript via C++还允许您使用 Worksheet.slicers.add() 方法创建切片器。 为数据透视表创建切片器...{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  7. Create Charts|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 first worksheet WorksheetCollection worksheets = workbook...workbook . Worksheets ; Worksheet sheet = worksheets [ 0 ]; // Adding...

    docs.aspose.com/cells/net/create-charts/
  8. Replace text in SmartArt with C++|Documentation

    Learn how to update text in SmartArt using Aspose.Cells for C++ by setting the Shape.Text property....inputFilePath ); WorksheetCollection worksheets = workbook . GetWorksheets...i < worksheets . GetCount (); ++ i ) { Worksheet worksheet = worksheets...

    docs.aspose.com/cells/cpp/replace-text-in-smart...
  9. Save Specified Worksheets to PDF|Documentation

    Learn how to Save Specified Worksheets to PDF with Aspose.Cells for Python via .NET API....Ask AI Save Specified Worksheets to PDF Contents [ Hide ] By...via .NET saves all visible worksheets in a workbook to a PDF file...

    docs.aspose.com/cells/python-net/save-specified...
  10. Setting Page Options with JavaScript via C++|Do...

    This article provides sample code to set page options of Excel Worksheets programmatically using JavaScript via C++. Set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....configure page setup settings for worksheets to control printing. These...Workbook class contains a worksheets collection that allows access...

    docs.aspose.com/cells/javascript-cpp/setting-pa...