Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / WebRequestResult Class / getResponseContent Method
In This Topic
    getResponseContent Method
    In This Topic
    Gets the response content from the web request, if the request was successful. The content is stored as a byte array to preserve the original data format.
    Syntax
    public byte[] getResponseContent()

    Return Value

    the response content as a byte array
    See Also