- 1,233 categories
- 40,462 scripts
Updated: 06/10/2004
- When using databases, it is frequently requested that data is output to a Microsoft Excel spreadsheet. However, this is a particularly difficult task to complete as Excel spreadsheets are a proprietary format, and difficult to create. One way around this is to use COM programming, which takes the backend language (PHP) and uses that to tell Excel itself what to do. Downfalls of this include requiring a Windows web server with Excel installed, a fair chunk of your processing power being used up, and a bug-ridden API. However, there is a light at the end of the tunnel. as Excel versions 2000 and later (or possibly even earlier!) Can accept files written in XML. Now XML is a whole format, too much to explain here, but suffice to say that an XML document is reasonably easy to create, is as good as you make it, and has no special requirements of the server. To this end, the ArrayToExcel class is under development to allow us to create an array (or number of arrays) of objects, and very simply create an Excel spreadsheet that can be opened by any fairly up-to-date version of Excel, and various other spreadsheet packages as well!
- Categories
- Tags
- Platforms
- Licenses
- The ActiveX SMS SDK provides easy, high-level control of the Simplewire wireless text-messaging platform. Designed be to be as developer-friendly as possible by hiding the intricacies of the XML format required to communicate with the Simplewire WMP ...
- This comprehensive compendium combines a variety of practical code examples and a comprehensive case study with the information you need to master ASP.NET and build dynamic, successful, enterprise Web applications. Topics covered: ASP.NET and the .NE...
- This article examines how to use VBScript classes to transform XML documents for use in a Web application. It creates a handy class to perform a number of XML features, such as rendering XML information from an XSL stylesheet and returning plain XML ...
- Visual XML is a tool that enables you to create and modify DTD and XML documents. This application is written in Java. The look && feel comes from the new pluggable look && feel of the Java Foundation Class (JFC Swing 1.1.1Beta2).
- This project is effectively a library class for reading/writing/displaying XML documents, for manipulating them in memory by adding/deleting/changing attribute values
and child nodes, and for extracting specific nodes from larger XML objects. It is...