You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Generate CSV file from Printer Friendly/History XSL Views

Received Response
27
Views
1
Comments
edited Dec 6, 2019 11:26AM in Configure Price Quote 1 comment

Summary

Need to generate a CSV file instead of XSL file from Printer Friendly/History XSL Views

Content

Need to generate a CSV file instead of XSL file from Printer Friendly/History XSL Views

Code attached generates XSL file

Need to generate CSV file

Version

19C

Code Snippet

<xsl:stylesheet xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="urn:my-scripts" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" version="1.0">
    <xsl:output method="xml" encoding="utf-8" indent="yes" />
    <xsl:template match="/">
        <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:html="http://www.w3.org/TR/REC-html40">
            <Styles>
                <Style ss:ID="mainheader">
                    <Font ss:Size="12" ss:Bold="1" />
             

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!