Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 25,742 for

worksheet

(0.12 sec)
  1. how to customize menus and toolbars in GridJs|D...

    This article describes how to customize menus and toolbars in GridJs....Add Worksheet Button ( add class) - Creates new worksheets Select...Select Worksheet Button ( ellipsis class) - Manages worksheet selection...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  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. Implement Subtotal or Grand Total Labels in Oth...

    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....Access the first worksheet const worksheet = workbook . getWorksheets...createCellArea ( "A1" , "B10" ); worksheet . getCells (). subtotal (...

    docs.aspose.com/cells/nodejs-cpp/implement-subt...
  4. 设置打印区域|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.... Worksheets . Add ( "new sheet" ); workbook...workbook . Worksheets . Add ( "second sheet" ); Worksheet sheet1...

    docs.aspose.com/cells/zh/net/set-print-area/
  5. 用C++合并或取消合并多个工作表成为一个工作表|Documentation

    学习如何用C++和Aspose.Cells将多个工作表合并为一个工作表。...first worksheet of the destination workbook Worksheet destSheet...; //Iterate through each worksheet in the source workbook for...

    docs.aspose.com/cells/zh/cpp/combine-multiple-w...
  6. 使用C++在非原始形状中插入数据|Documentation

    使用Aspose.Cells和C++访问和操作非原始形状中的数据。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...defined shape Shape shape = worksheet . GetShapes (). Get ( 0 );...

    docs.aspose.com/cells/zh/cpp/data-in-non-primit...
  7. Applying Subtotal and Changing Direction of Out...

    Learn how to apply subtotal and change direction of outline summary Rows below Detail by using the Aspose.Cells for JavaScript via C++ API....apply Subtotal to data using Worksheet.cells.subtotal() method. It...following screenshot using Worksheet.Outline.SummaryRowBelow property...

    docs.aspose.com/cells/javascript-cpp/applying-s...
  8. How to set this given image sample same border ...

    image.png (79.5 KB) @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao How to set a small square dot border in cell...Workbook(); Worksheet worksheet = workbook.Worksheets[0]; // Define...range of cells var range = worksheet.Cells.CreateRange("A1:D4");...

    forum.aspose.com/t/how-to-set-this-given-image-...
  9. Cells#copyColumns results in incomplete formatt...

    Hi, Using Aspose Cells for Java, version 25.9. Sample code: Workbook workbook = new Workbook("input.xlsx"); Worksheet Worksheet = workbook.getWorksheets().get("IT Projections"); Cells cells = Worksheet.getCells(); cel…...xlsx"); Worksheet worksheet = workbook.getWorksheets()...Projections"); Cells cells = worksheet.getCells(); cells.insertColumns(3...

    forum.aspose.com/t/cells-copycolumns-results-in...
  10. Avoid using scientific notation when the import...

    Hi, Is there a way to avoid using scientific notation on a large numeric value when using smart marker? Let’s say if my data from the data source includes a large numeric value (e.g. “123456789000”), when I process the…...the first worksheet var worksheet = workbook.Worksheets[0]; // Set...format of the cell to text worksheet.Cells["A1"].SetStyle(new Style()...

    forum.aspose.com/t/avoid-using-scientific-notat...