<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    It happends as soon as your project is set as a "Drools project".<br>
    What you can is cutting your project in 2 sub-projects : <br>
    &nbsp;&nbsp; - One for rules, tagged as a "Drools project", <br>
    &nbsp;&nbsp; - Another pure java project, containing eventually some normal
    XLS, which is used as a dependancy for your drools project<br>
    <br>
    Or : create a separate non drools project for non-code ressources
    (like XLS, text files and so on)<br>
    <br>
    Or : You can configure some exclusion filters by message in Eclipse.
    Thus the error won't appears in the "Problems" view, but you will
    still have an error icon on your XLS ....<br>
    <br>
    <br>
    Le 05/01/2012 17:20, Michael Anstis a &eacute;crit&nbsp;:
    <blockquote
cite="mid:CAAG9P0vpUf3D5wFbO-9e6bi2Z51GSY-ZL7zwzuPpDPRS8-1Djw@mail.gmail.com"
      type="cite">The problem is
      org.drools.eclipse.builder.DroolsBuilder assumes all XLS files are
      decision tables and attempts to compile them, leading to the error
      you report.<br>
      <br>
      I tried excluding specific XLS files from the build path however
      this didn't appear to have any effect.<br>
      <br>
      I'd suggest you raise a JIRA at <a moz-do-not-send="true"
        href="https://issues.jboss.org/browse/JBRULES">https://issues.jboss.org/browse/JBRULES</a>
      for a fix.<br>
      <br>
      <div class="gmail_quote">On 5 January 2012 15:11, swaroop <span
          dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:swaroop.oggu@gmail.com">swaroop.oggu@gmail.com</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
          <br>
          Iam facing similar problem, Were you able to fix this ?<br>
          <br>
          Thanks<br>
          <span class="HOEnZb"><font color="#888888">Swaroop<br>
              <br>
              --<br>
              View this message in context: <a moz-do-not-send="true"
href="http://drools.46999.n3.nabble.com/eclipse-No-RuleTable-cells-in-spreadsheet-tp2366744p3635126.html"
                target="_blank">http://drools.46999.n3.nabble.com/eclipse-No-RuleTable-cells-in-spreadsheet-tp2366744p3635126.html</a><br>
              Sent from the Drools: User forum mailing list archive at
              Nabble.com.<br>
            </font></span>
          <div class="HOEnZb">
            <div class="h5">_______________________________________________<br>
              rules-users mailing list<br>
              <a moz-do-not-send="true"
                href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
              <a moz-do-not-send="true"
                href="https://lists.jboss.org/mailman/listinfo/rules-users"
                target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
            </div>
          </div>
        </blockquote>
      </div>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>