Sort Score
Result 10 results
Languages All
Labels All
Results 3,721 - 3,730 of 30,204 for

worksheet

(0.57 sec)
  1. 使用C++控制工作簿视图的方法|Documentation

    学习如何使用Aspose.Cells for C++ API控制工作簿视图。...workbook ; // Get the first worksheet Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/how-to-control-wor...
  2. How can I check if a text value will visually f...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao Worksheet.Cells.SetColumnWidthPixel(0, 5); Worksheet.Cells.SetColumnWidthPixel(1, 5); var textRange = Worksheet.Cells.CreateRange(0, 0,1, 2); textRange .…...zhao worksheet.Cells.SetColumnWidthPixel(0, 5); worksheet.Cells...SetColumnWidthPixel(1, 5); var textRange = worksheet.Cells.CreateRange(0, 0,1,...

    forum.aspose.com/t/how-can-i-check-if-a-text-va...
  3. 在 PHP 中将图表转换为图像|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....Workbook (); //Get the first worksheet. $sheet = $workbook -> getWorksheets...( 0 ); //Set the name of worksheet $sheet -> setName ( "Data"...

    docs.aspose.com/cells/zh/java/converting-chart-...
  4. How to Export List Data to Excel in Java

    In this brief tutorial you will learn how to export list data to Excel in Java. We will create an empty workbook and a list of strings and then export list to Excel in Java...data Get the reference to a Worksheet from the newly created workbook...well. Similarly, the first worksheet reference is obtained to write...

    kb.aspose.com/cells/java/how-to-export-list-dat...
  5. How to Insert Picture in Cell|Documentation

    Learn how to insert a picture into a cell with Aspose.Cells....touch of brightness to your worksheet and provides a visual representation...Validation Import Data into Worksheet Analyzing your prompt, please...

    docs.aspose.com/cells/net/how-to-insert-picture...
  6. 用JavaScript通过C++为不同页面设置不同的页眉和页脚|Documentation

    本文提供示例代码,演示如何用C++的Script以编程方式设置Excel工作表页面设置的页眉和页脚,包括首页、奇数页和偶数页。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...first worksheet. const pageSetup = workbook . worksheets . get...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  7. How to Control Workbook View with JavaScript vi...

    Learn how to control the Workbook View through the Aspose.Cells for JavaScript via C++ API....data to cells in the first worksheet. Hide horizontal and vertical...the first worksheet const ws = workbook . worksheets . get ( 0...

    docs.aspose.com/cells/javascript-cpp/how-to-con...
  8. Merge Files with Golang via C++|Documentation

    Learn how to merge Excel files efficiently using Aspose.Cells for C++....the Worksheet.Copy() method can be used to copy worksheets into...Combine Multiple Worksheets into a Single Worksheet with Golang via...

    docs.aspose.com/cells/go-cpp/merge-files/
  9. Smart marker with nested objects (map / list) f...

    Hi, I’m working with a Json data with nested objects that fail to work with horizontal parameter. It returns some internal reference instead of the actual data: (e.g. com.aspose.cells.t_e@6179e425) Here is a code snipp…...workbook = new Workbook(); Worksheet worksheet = workbook.getWorksheets()...getWorksheets().get(0); worksheet.setName("Sheet1"); worksheet.getCells()...

    forum.aspose.com/t/smart-marker-with-nested-obj...
  10. How to set RoundedRectangle corner radius? - Fr...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao image.png (44.1 KB) Shape commentShape = Worksheet.Shapes.AddAutoShape(AutoShapeType.RoundedRectangle, 0, 0, 0, 0, 0, 0); commentShape.Placement = P…...KB) Shape commentShape = worksheet.Shapes.AddAutoShape(AutoShapeType...shape Shape commentShape = worksheet.Shapes.AddAutoShape(AutoShapeType...

    forum.aspose.com/t/how-to-set-roundedrectangle-...