Join
Sign in
Search Options
Search Everything
Search Forums
Home
Blog
Resources
Forums
About Open XML
More ...
Home
»
Forums
»
All Tags
»
excel
Browse by Tags
Forums
These forums are for discussion of the Office Open XML file format. For details on a specific implementation, please consult the implementer’s own web site.
Get this RSS feed
Tags
.Net
application
C#
c# openxml
chart
ECMA-376
Editing Stylesheet
Embed Excel
embedded
excel generation
Excel Table C# Insert Rows
Formatting
hashing
open xml
open xml 2.0
open xml sdk
openoffice
openxml
openXML SDK 2.0
powerpoint
spreadsheet
spreadsheetML
word
xl/workeheets/sheet1.xml Excel found unreadable content
xml
Tagged Content List
Forum Post:
Lock Cell of Worksheet
kaushal.jani@valuechain.co.in
Hi, Below is the function which reading my XLLX and write the data in it. It also protect it with password. Now here I want to lock perticular cell of this sheet. Please suggest me options for that. What I have tried: 1. CellFormat.ApplyProtection 2. Tried to remove "Locked" property of locked...
on
Thu, May 9 2013
Forum Post:
Excel formula (Total and Subtotal)
newbee
Hi, I'm a new bee to open XML . One of my projects include creating a spreadsheet from the database and apply formats, calculations etc to the spreadsheet. I successfully created one but applying formulas (subtotals and totals) is the part I need help with. How can I let Excel know (through sheet...
on
Mon, Apr 29 2013
Forum Post:
Re: OpenXML Excel - updating cell and making it bold
japa62
Most of InsertCellInWorksheet is a capture from the Productivity Tool so in the same vein I created a workbook with only one cell with bolded text and got this. Font font1 = new Font(); Bold bold1 = new Bold(); FontSize fontSize1 = new FontSize(){ Val = 11D }; Color color1 = new Color(){ Theme = (UInt32Value...
on
Sat, Apr 13 2013
Forum Post:
applying a NumberFormat problem
japa62
p>Hi, After several hours of testing I am stumped. Basically I have a NumberFormat <numFmt numFmtId="44" formatCode="_-"$"* #,##0.00_-;\-"$"* #,##0.00_-;_-"$"* "-"??_-;_-@_-"/> Which returns as "_...
on
Wed, Apr 10 2013
Forum Post:
OpenXML Excel - updating cell and making it bold
Nate Pate
I have the following code which successfully opens up an excel file and inserts a cell value. I am having a hard time though tweakingthe code so that it can make that cell bold. Any help would be appreciated. I have attempted to make the font bold as you can see below but have not been successful. using...
on
Thu, Apr 4 2013
Page 1 of 7 (175 items)
1
2
3
4
5
»