cell-formatting Questions

2

Solved

I'm creating an excel sheet using openpyxl. Some cells represent monetary values. How can I change the format of a cell to be of type "currency", i.e. I want a "€" symbol to be displayed after the ...
Musket asked 7/1, 2016 at 10:5

5

Solved

We use the CellFormatting event to colour code cells in various grids all over our application. We've got some generic code which handles export to Excel (and print) but it does it in Black & ...
Hellebore asked 18/5, 2012 at 11:21

10

Solved

cellForRowAtIndexPath: cell.textLabel.text works fine. UILabel is overlapping after scrolling. Here is the code: - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N...
Bounty asked 28/8, 2013 at 4:2

5

Solved

I'm using NPOI to output excel from Asp.Net MVC app and works very well with plain text but have now been requested to add formatting and am having problems where I need to have a single cell with ...
Fatty asked 9/5, 2011 at 9:31

3

I have this code that I know that it works fast CopyAlltoClipboard(dataGridViewControl); Microsoft.Office.Interop.Excel.Application xlexcel; Microsoft.Office.Interop.Excel.Workbook xlWorkBook; Mic...
Oarsman asked 29/8, 2016 at 15:51

1

Solved

Background I have an Excel-file (xlxs) with a number of datetime and decimals that I want to convert into a two-dimensional string-array. The strings in the array should look exactly as the user h...
Marlin asked 10/8, 2016 at 11:43

3

I have to format (backcolor, forecolor, font style) a radgrid's cells depending on the value of the cell. For example If the value is negative set the fore color of that cell as red. Can any one...
Deformation asked 25/8, 2009 at 22:53
1

© 2022 - 2025 — McMap. All rights reserved.