Save SAMP.ban to Excel - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Save SAMP.ban to Excel (
/showthread.php?tid=361827)
Save SAMP.ban to Excel -
captainjohn - 22.07.2012
Is it possible to save samp.ban to an Excel file too?
So when I open Excel I can easily see who's been banned, their IP, the reason they was banned and who banned them with the date?
As it's pretty hard to just look at a massive block of text in samp.ban
Cheers.
Re: Save SAMP.ban to Excel -
Sinner - 22.07.2012
An Excel file (aswel as Word, Powerpoint, ...) is basically an archive of several XML files and some other stuff, you can't just create an excel file (xls) by passing the extention. So no it's not possible.
Re: Save SAMP.ban to Excel -
mrsamp - 22.07.2012
I can't understand why you wanna open it in exel when you can use notepad. Simple and easy + it looks clean.
Re: Save SAMP.ban to Excel -
captainjohn - 31.07.2012
Quote:
Originally Posted by mrsamp
I can't understand why you wanna open it in exel when you can use notepad. Simple and easy + it looks clean.
|
You obviously fail to read.
I clearly explained why I would want it in Excel.
Re: Save SAMP.ban to Excel -
DeathOnaStick - 31.07.2012
Can you show me how an extract of that banfile looks like? never took a look and im on vacation atm.
You can convert everything into an excel table, some things just are a bit more complicated.
#Addendum#:
My first step would be to convert the .ban file into a .txt file. Shouldn't make a difference.
Then you can import it into Excel I guess, you just need to put in the right delimiters (I hope it's called like that, not sure), the characters that "cut" your lines and coloumns.