|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#46
|
|||||
|
|||||
|
Quote:
naturally, it's not as good as the original. but it sure worth reading, the books give more details and clear some of the confusion around certain things. Quote:
I was quite disappointed as well when I finished reading that last book... so many things were left open. it felt like something is missing - or more likely, Frank intended to write whole new Saga. pitty that he passed away so soon!! Quote:
lol... you can create infinite reference loop now. but cake is good indeed. ![]() welcome Simon, I hope you won't show your evil side around here! I'm golden dragon thus bound to fight evil. ![]() |
|
#47
|
||||
|
||||
|
shadow .. if you want to know more about that simongreentroll the following is a link to his persona on devshed
SimonGreenHill as you can see, he's created several bots to rep him up frequently and increase his postcount while at it .. ![]() |
|
#48
|
||||
|
||||
|
Damnit, those frickin' bots have given him the lead in the rep race
again... :grrr: |
|
#49
|
||||
|
||||
|
Quote:
THe solution to your problem may be found on his website. Upload some nonsense languages (you can send an excel document to him) so he has to site there and input the data into his database. You do that, and we might see a lot less of SimonGreenhill round these parts ![]() |
|
#50
|
|||
|
|||
|
Now, now children. Jealousy is not a nice emotion. Just let it go...
![]() As for the website, please use the funky web data entry system I spent ages writing. I would love someone to enter Klingon for me. Any excel file gets easily converted to SQL via the rather cool Python script I wrote to access spreadsheets via COM. It does, however, require me to boot into windows... ![]() --Evil Simon |
|
#51
|
||||
|
||||
|
Quote:
Oh lord of lords, I would kill for this program. I spend hours upon hours doctoring up the marketing departments' stupid excel files so that they export into the correct comma delimited form. Not to mention the script that has to take this comma delimited marketing backwash and turn it into tables with columns and all that nice stuff. May I ask you to kinda describe what you did to accomplish this - I'm not looking for documentation or anything; rather, the gist of what you used and the steps with which the data moves through your program? I know I'm asking for alot and you are busy, but if you do have time, something brief would be super helpful. |
|
#52
|
|||
|
|||
|
Sure - I used Python's win32all extensions to access Excel via COM. This is basically it (I'll chop out the data formatting stuff), don't know if you use Python, but should be fairly similar in your lang. of choice.
PHP Code:
So - we now have the entire first worksheet as data, and can access the fields by data[row][column]. So, B1 is data[0][1]. Basically, I just use this to pull the data from my template spreadsheet, and build a bunch of SQL inserts from it. --Simon |
|
#53
|
||||
|
||||
|
proxy rep++ to simon for that program! The logic makes sense (nice commenting).
I wasnt aware that excel has DOM level similar to jscript & such. |
|
#54
|
|||
|
|||
|
Quote:
I'd help you out, but I'm afraid it wouldn't make any difference here. |
![]() |
| Viewing: ASP Free Forums > Other > ASP Free Lounge > Thanks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|