User Profile

Collapse

Profile Sidebar

Collapse
klb
klb
Last Activity: Dec 1 '07, 12:32 AM
Joined: Nov 5 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • klb
    replied to Using PHP to create Excel XML
    in XML
    ok, as it turns out i've somewhat figured out how to work formulas, which is a bonus. now my main problems are back to formatting. for the lunch, i need it in H:MM format, and can't seem to get it formatted properly. if i open up the spreadsheet and reformat the decimal values or datetime values that are there, i get the correct result, so i know the formula is doing its job, it's just my formatting that is incorrect. i also need decimal values...
    See more | Go to post

    Leave a comment:


  • klb
    replied to Using PHP to create Excel XML
    in XML
    thanks for the help, that did the trick. now i'm stuck on the formulas part and can't seem to find a good tutorial for writing the formulas i want. my spreadsheet will look something like this:

    Code:
    Day	In	Out	In	Out	Lunch	Hrs/%	Hrs/Time	Wk Hrs	Wk OT
    1/1/07	7:30am	12:00pm	1:00pm	4:30pm	:45	8.0	8:00		
    1/2/07	8:00am	12:00pm	12:30pm	5:00pm	:30	8.5	8:30		16.00	.5
    i need to subtract the first "out"...
    See more | Go to post

    Leave a comment:


  • klb
    started a topic Using PHP to create Excel XML
    in XML

    Using PHP to create Excel XML

    i am using a php script to generate excel xml. everything works fine as long as the datatype is "String", but nothing quite works right when i switch the datatype to "DateTime". the best i can get is to show a decimal value in the fields i have set to "DateTime", not the standard user-friendly excel display (eg "10:39:00") . i also am trying to write simple formulas to subtract time but have not had any success....
    See more | Go to post
No activity results to display
Show More
Working...