spreadsheetml Questions

3

Solved

I've generated a .xlsx spreadsheet in C# using the OpenXML SDK, but can't figure out how to get cell styles working. I've been studying files produced by Excel, and can't quite figure out how it's ...
Ns asked 20/6, 2012 at 9:5

5

Solved

Task Import data from excel to DataTable Problem The cell that doesnot contain any data are getting skipped and the very next cell that has data in the row is used as the value of the empty colu...
Cimex asked 19/3, 2016 at 9:23

2

i have got a XML-Excel file (SpreadsheetML format): <?xml version="1.0" encoding="utf-8"?> <?mso-application progid="Excel.Sheet"?> <Workbook xmlns="urn:schemas-microsoft-com:office...
Pyrotechnic asked 13/1, 2017 at 7:36

1

Solved

Can Anyone please explain How Style Index in OpenXml works? I have a business requirement where I need to apply background color to certain cells in an excel sheet. And Some style is already applie...
Garrow asked 30/6, 2017 at 5:57

1

Solved

I want to create a a SpreadsheetML file on local drive which can be opened in MS Excel or Open Office by clicking on file in Windows Explorer. I tried all filename extensions registered to Microso...
Skylight asked 25/7, 2016 at 15:12

2

Solved

I've read a bunch of stuff on the web about how to get at cell data using the OpenXML API. But there's really not much out there that's particularly straightforward. Most seems to be about writing ...
Elyn asked 20/3, 2012 at 22:45

1

I am using OPENXML SDK 2.0 to stream the spread sheet file. The source data is come from data table and writing this to Spreadsheet using openxml. If there is a one of the column data of a data tab...
Oldfangled asked 16/5, 2013 at 14:13

1

We are trying to generate MS Excel workbook using OOXML and populate data using SSIS. We are able to generate Workbook and sheets, also able to create columns and insert data in the Header cell. We...
Fetishism asked 12/4, 2010 at 3:25

2

Solved

I need to read data from a single worksheet in an Excel 2007 workbook using the Open XML SDK 2.0. I have spent a lot of time searching for basic guidelines to doing this, but I have only found help...
Nippon asked 12/4, 2010 at 18:20

4

Solved

I am trying to start working with Excel documents through the OpenXML SDK Spreadsheet API. But I haven't found any good guides or even examples on how to create a xlsx file from scratch. Only how t...
Attain asked 5/5, 2009 at 9:24

3

Solved

I have created an Excel document using OpenXml SDK 2.0, now I have to style It, but I can`t. I don't know how to paint the background color or change the font size in different cells. My code to ...
Truong asked 18/6, 2009 at 13:9

1

Solved

What's the difference between these two Office Open XML fragments? <c r="A2" t="str"> <v>btyler</v> </c> and <c r="B2"> <is><t>btyler</t></i...
Jahnke asked 19/1, 2011 at 20:10

2

Solved

I've been fighting this all day. Inside my styles.xml file I have color information given like so: <fgColor theme="0" tint="-0.249977111117893" /> ECMA 376 defines a theme color reference ...
Engstrom asked 3/5, 2010 at 20:23

2

I'm generating XLSX spreadsheet using OOXML SDK, and I need to get rid of x: namespace prefix. How can I achieve this? using (SpreadsheetDocument doc = SpreadsheetDocument.Open("template.xlsx", t...
Brathwaite asked 29/7, 2009 at 9:30
1

© 2022 - 2024 — McMap. All rights reserved.