Sort Score
Result 10 results
Languages All
Labels All
Results 3,741 - 3,750 of 30,454 for

worksheet

(0.08 sec)
  1. 在xlsx4j中设置打印标题|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....reference of the PageSetup of the worksheet PageSetup pageSetup = sheet...

    docs.aspose.com/cells/zh/java/set-print-titles-...
  2. 在 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-...
  3. Issue with Formulas (presence of @ before funct...

    Hi guys, Maybe some of you can help me find a solution to my case. I generate some algorithm with default constructor to generate a workbook with sheets. (for a french version of Excel) In one column of the sheet nam…...workbook = new Workbook(); Worksheet worksheet = workbook.getWorksheets()...get(0); worksheet.getCells().get("A1").putValue(1); worksheet.getCells()...

    forum.aspose.com/t/issue-with-formulas-presence...
  4. Setting Chart Appearance with Golang via C++|Do...

    Learn how to configure the appearance of charts in Aspose.Cells for C++. Our guide will show you how to modify chart layouts, colors, fonts, and effects to achieve the desired visual style and enhance your Worksheets....column chart added to the worksheet will not have gridlines. Changing...column chart added to the worksheet will have modified gridlines...

    docs.aspose.com/cells/go-cpp/setting-chart-appe...
  5. 用JavaScript通过C++操作非原始形状的数据|Documentation

    学习如何访问和操作Aspose.Cells for JavaScript中的非原始形状。...arrayBuffer )); const worksheet = workbook . worksheets . get ( 0 ); //...defined shape const shape = worksheet . shapes . get ( 0 ); if (...

    docs.aspose.com/cells/zh/javascript-cpp/data-in...
  6. 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...
  7. Removing Slicer|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....programmatically, please use the Worksheet.Slicers.Remove() method. It...remove the slicer from the worksheet. Removing Slicer The following...

    docs.aspose.com/cells/net/removing-slicer/
  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. Image Gridline color different from the color i...

    I am using Aspose.Cells to take snapshot of a range, when I get the image it has gridlines which are thicker and of a different color than in the excel sheet. I took one image using Range.getImage() of excel javascript A…...Worksheet worksheet = workbook.Worksheets[namedRange...namedRange.GetRange(); worksheet.AutoFitRows(); worksheet.PageSetup.PrintArea...

    forum.aspose.com/t/image-gridline-color-differe...
  10. Set Conditional Formats of Excel and ODS files|...

    How to apply conditional formats to Excel and ODS files in JavaScript via C++....one cell to another in the worksheet by calling the Range.copy()...{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...

    docs.aspose.com/cells/javascript-cpp/conditiona...