Error!
Success!

By tag: Excel

showing:  of
0
kicks

Using ADO.Net and Com Interop to read, modify and output from Excel  (Unpublished)

Today I was asked to do what seemed like a fairly simple task: Take an Excel 2003 file, add a couple of columns of data and save to a new Excel file programattically. I haven't done any coding Excel for AGES so this i what I did. To read in the file and add the extra columm and data I did the...


Kicked By:
Drop Kicked By:
0
kicks

Explaining the Excel Bug  (Unpublished)

By now you've probably seen a lot of the brouhaha over a bug in the newest version of Excel, 2007. Basically, multiplying 77.1*850, which should give you 65,535, was actually displaying 100,000.


Kicked By:
Drop Kicked By:
0
kicks

Excel 2007's Multiplication Bug: Food for thought  (Unpublished)

Excel 2007 has an interesting (though embarrassing) multiplication bug that ought to give developers quite some food for thought for some of the things that they take for granted ...


Kicked By:
Drop Kicked By:
0
kicks

ASP .net Excel generation  (Unpublished)

A very common requirement to an ASP .net application is to be able of generating dynamic reports in Excel Format. Here you have a selection of articles that tells you which options you have, and which of them you may not use when generating excel files from your web application.


Kicked By:
Drop Kicked By:
0
kicks

Creating Excel Spreadsheets from VB.NET  (Unpublished)

This article provides a nice simple introduction to creating Excel spreadsheets with multiple worksheets programmatically from VB.NET Simple straight-forward tutorial with full source code.


Kicked By:
Drop Kicked By:
0
kicks

Performance Benchmark with a Handy class  (Unpublished)

Benchmark performance and analysis in MS Excel.


Kicked By:
Drop Kicked By:
0
kicks

Excel 2007 Files Are WinZip/WinRAR Files In Disguise  (Unpublished)

Did you know that Excel 2007 files are zipped up? Rename the xlsx extension to zip or rar and open it up in WinRAR or WinZip


Kicked By:
Drop Kicked By:
0
kicks

Export Visio Database Table Names to Excel  (Unpublished)

If you use the Enterprise Architect edition of Microsoft Visio for data modeling regularly, then there is a good chance that at some point you’ve wanted to export just the table names into Excel. This tutorial will show you how to accomplish this task using the reporting features of Visio.


Kicked By:
Drop Kicked By:
0
kicks

Usando Excel 2007 para conectarse a Analysis Services 2005  (Unpublished)

Este es un pequeño manual de como conectarnos a Analysis Services 2005 desde Excel 2007. Esta nuevo Microsoft Office Excel 2007 es una poderosa herramienta de análisis que nos permite a nosotros poder conectarnos a diferentes fuentes de datos ...


Kicked By:
Drop Kicked By:
0
kicks

Using Excel to help with Data formatting (SQL Scripts)  (Unpublished)

A very easy, time saving method for cleaning up records using excel. Helps you get your data from a unusable format, into a format that a database can understand. Excel example file included. This is based off of my HOWTO: Bulid a store locator...


Kicked By:
Drop Kicked By:
0
kicks

Using the Packaging API and Office Open XML to create Excel 2007 files  (Unpublished)

Cool overview of how to write Open XML files on the server. This makes it real easy to create Excel 2007 files WITHOUT Excel!


Kicked By:
Drop Kicked By:
0
kicks

How to create Microsoft Excel 2007 files on the server  (Unpublished)

ExcelPackage provides server-side generation of Excel 2007 spreadsheets. It is a set of classes and wrappers around the .NET 3.0 System.IO.Packaging API and the new Office Open XML file format. It extracts away the complexity of dealing with the individual XML components making it real easy to creat...


Kicked By:
Drop Kicked By:
0
kicks

A trading/portfolio management Excel Add-in based on Ralph Vince  (Unpublished)

This one is an Excel add-in written in C# that adds functions to Excel to analyze your trading and manage your portfolio. Notice that I'm not a professional trader or statistician, so the whole thing could be wrong, buggy or conceptually absurd. Probably it is all of the above.


Kicked By:
Drop Kicked By:
0
kicks

Upload an Excel File and Display In a Grid  (Unpublished)

Rob Conery shows how to create a quick page that allows users to upload an Excel file and display it in a Grid.


Kicked By:
Drop Kicked By:
0
kicks

Read Excel files in pure C# without interop (Incredible FAST !!)  (Unpublished)

I found this excellent library today. it uses the BIFF8/BIFF8X engine implementation similar to the one used by OpenOffice to read excel files. I hope you love it like I do. Cheers


Kicked By:
Drop Kicked By: