Skip to content
View bulker's full-sized avatar
  • BULKLAND

Block or report bulker

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. bulkerGitHubMain bulkerGitHubMain Public

    bulker's GitHub Main Repository

    HTML

  2. bulker.github.io bulker.github.io Public

    bulker github page

    HTML

  3. VSVersion.h VSVersion.h
    1
    #define BLD_INFO(x) __pragma( message ("Unity Build ----------> "##x) )
    2
     
    3
    #if _MSC_VER >= 1930
    4
    #pragma message("Visual Studio 2022")
    5
    #elif _MSC_VER >= 1920
  4. excelview.xslt excelview.xslt
    1
    <?xml version="1.0"?>
    2
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:html="http://www.w3.org/TR/REC-html40" exclude-result-prefixes="ss o x html">
    3
     <xsl:output method="html" encoding="utf-8" indent="yes"/>
    4
     <xsl:template match="/ss:Workbook/x:ExcelWorkbook/x:SupBook/x:Page">
    5
     0x00 예외처리해야함