How to apply formulas on rows and columns in JExcel?

  • Thread starter Thread starter coder-hlp
  • Start date Start date
C

coder-hlp

Guest
Hello, I have jexcel table that I use in my ASP.Net application. I want to display the sum of certain columns in the bottom row of this tab (Example: A Total = A1 + A2 + ... + Moment). I also want to apply a formula to the relevant column of each row (Example: D1 = (A1 + B1) * C1), but instead of writing A1, B1 one by one, I want to apply it to all rows with a single query. How can I do it? I just discovered Jexcel. Is there any resource you can recommend?

Continue reading...
 
Back
Top