Sort Score
Result 10 results
Languages All
Labels All
Results 5,441 - 5,450 of 41,174 for

worksheet

(0.09 sec)
  1. Convert Excel Chart to PDF in Java

    This step-by-step guide assists to convert Excel chart to PDF in Java. It has a list of steps and a runnable sample code to create Excel chart PDF in Java....some charts in it Access the worksheet containing the chart(s) Get...collection of charts from the worksheet Access the target chart for...

    kb.aspose.com/cells/java/convert-excel-chart-to...
  2. How to Apply Conditional Formatting in Excel in C#

    This article defines the process on how to apply conditional formatting in Excel in C#. It contains IDE settings, a list of steps, and a sample code to create conditional formatting in Excel in C#....access its first default worksheet Create a conditional formatting...workbook, accessing its first worksheet, and adding a Conditional...

    kb.aspose.com/cells/net/how-to-apply-conditiona...
  3. IChartDataWorksheetCollection - Aspose.Slides f...

    Detailed explanation of each class & method of Aspose.Slides for Android via Java library. Integrate presentation processing features in your own apps....Represents the collection of worksheets of chart data workbook. Example:...for (IChartDataWorksheet worksheet : workbook.getWorksheets())...

    reference.aspose.com/slides/androidjava/com.asp...
  4. Get Images/Pictures Size In Excel via .NET | pr...

    C# source code to get Images/Pictures size in Excel on .NET Framework, .NET Core, Mono or Xamarin Platforms.... Select Worksheet via its index. Select picture...from ‘Pictures’ attribute of Worksheet. There are various ways to...

    products.aspose.com/cells/net/pictures/get-imag...
  5. Некорректное склонение месяца в Aspose Cells - ...

    Добрый день! При открытии Excel-книги (xlsx) в Aspose Cells, значение ячеек с датой в формате “Месяц год” отображается в родительном падеже. Например, в Excel в ячейке отображается “Июль 2018”, а в Aspose “июля 2018”. …...Worksheet; import java.io.File; import...workbook = new Workbook(fis); Worksheet sheet = workbook.getWorksheets()...

    forum.aspose.com/t/aspose-cells/179569
  6. Aspose.Cells for Android via Java 8.8.0 Release...

    Aspose.Cells for Android via Java 8.8.0 Release Notes – the latest enhancements, new features, and fixes....formula/ function - Extend the Worksheet’s Hyperlink collection to...alignment problem while rendering Worksheet to image Bug CELLSJAVA-41755...

    docs.aspose.com/cells/java/aspose-cells-for-and...
  7. Hidden Rows - Free Support Forum - aspose.com

    I am converting Excel(One Worksheet) to html and then inserting this html into word(using builder.inserthtml) in order to maintain all fonts/styles/colors. The excel sheet has some hidden rows, that I would like to embed…...I am converting Excel(One worksheet) to html and then inserting...want(I only want the one worksheet i selected). I tried unhiding...

    forum.aspose.com/t/hidden-rows/293704
  8. Enum AccessCacheOptions | Aspose.Cells for .NET...

    Aspose.Cells.AccessCacheOptions enum. Cache options for data access. Can be combined with operator for multiple options together...affect the formula expression(Worksheet’s name, Name’s text, table’s...affect the formula expression(Worksheet’s name, Name’s text, table’s...

    reference.aspose.com/cells/net/aspose.cells/acc...
  9. Aspose.Cells for .Net V4.7.0 New Release Releas...

    Aspose.Cells for .Net V4.7.0 Release Notes – the latest enhancements, new features, and fixes....setup setting while printing worksheet. Supports to insert a WAV...7016 XLS Exclamation in the worksheet name causes an error in formulas...

    docs.aspose.com/cells/net/aspose-cells-for-net-...
  10. How to copy the text formatting of a cell - Fre...

    I’m trying to perform a search and replace in my program and I wish to replace a text with another along with its text formatting. I came across the methods getStyle and setStyle but they don’t work in my case. To give y…...trying to achieve, I have a worksheet with a column containing a...have another workbook with worksheet that contains the questions...

    forum.aspose.com/t/how-to-copy-the-text-formatt...