Excel Open
-
Hi Forums I am try to open Excel Protected workbook.I know how to open excel through microsoft office automation.
Excel::_ApplicationPtr pApplication;
Excel::_WorkbookPtr pBook;
HRESULT hr;
_variant_t varOption( (long) DISP_E_PARAMNOTFOUND, VT_ERROR);
CoInitializeEx(NULL,COINIT_MULTITHREADED);
hr = pApplication.CreateInstance(__uuidof(Excel::Application));
if (FAILED(hr) )
{
return 0;
}
pBook = pApplication->Workbooks->Open( (_bstr_t)fileNameopen,varOption, varOption, varOption, varOption, varOption, varOption, varOption, varOption, varOption, varOption, varOption, varOption );Through this code i am eable to open ecxel Unprotected.But i have protected excel file then excel file ask password.So Can i remove password or get password? I cann't use third party tool.Please advice me what i do? if any dll available then please give me link.
-
Hi Forums I am try to open Excel Protected workbook.I know how to open excel through microsoft office automation.
Excel::_ApplicationPtr pApplication;
Excel::_WorkbookPtr pBook;
HRESULT hr;
_variant_t varOption( (long) DISP_E_PARAMNOTFOUND, VT_ERROR);
CoInitializeEx(NULL,COINIT_MULTITHREADED);
hr = pApplication.CreateInstance(__uuidof(Excel::Application));
if (FAILED(hr) )
{
return 0;
}
pBook = pApplication->Workbooks->Open( (_bstr_t)fileNameopen,varOption, varOption, varOption, varOption, varOption, varOption, varOption, varOption, varOption, varOption, varOption, varOption );Through this code i am eable to open ecxel Unprotected.But i have protected excel file then excel file ask password.So Can i remove password or get password? I cann't use third party tool.Please advice me what i do? if any dll available then please give me link.
Why should we help you cracking Excel? :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Why should we help you cracking Excel? :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]ok i am not going to force to help me.Just i ask a question.If you think to help me then most welcome or if not then also most welcome. I need this type of scenario.So I ask here. Thanks
-
ok i am not going to force to help me.Just i ask a question.If you think to help me then most welcome or if not then also most welcome. I need this type of scenario.So I ask here. Thanks
If you have lost the password, I guess you may search for a password recovery tool. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
If you have lost the password, I guess you may search for a password recovery tool. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Hi Forums I am try to open Excel Protected workbook.I know how to open excel through microsoft office automation.
Excel::_ApplicationPtr pApplication;
Excel::_WorkbookPtr pBook;
HRESULT hr;
_variant_t varOption( (long) DISP_E_PARAMNOTFOUND, VT_ERROR);
CoInitializeEx(NULL,COINIT_MULTITHREADED);
hr = pApplication.CreateInstance(__uuidof(Excel::Application));
if (FAILED(hr) )
{
return 0;
}
pBook = pApplication->Workbooks->Open( (_bstr_t)fileNameopen,varOption, varOption, varOption, varOption, varOption, varOption, varOption, varOption, varOption, varOption, varOption, varOption );Through this code i am eable to open ecxel Unprotected.But i have protected excel file then excel file ask password.So Can i remove password or get password? I cann't use third party tool.Please advice me what i do? if any dll available then please give me link.
try using odbc ..
:~ Failure is Success If we learn from it!!:~
-
try using odbc ..
:~ Failure is Success If we learn from it!!:~