Hi,
http://www.aspose.com/docs/display/cellsnet/Using+the+COM+InterfaceHi,
http://www.aspose.com/docs/display/cellsnet/Using+the+COM+InterfaceHi Ram,
Thanks for your posting and using Aspose APIs.
You do not need Aspose.Cells.Interop.dll. Please get the Aspose.Cells dll from net2.0 folder of the installation directory from the latest version: Aspose.Cells for .NET 8.4.0 and register it like this
Hi,
Hi,
Thanks for your posting and using Aspose.Cells.
Actually, we need to review and update the documentation page. There is no separate interop dll. Now you will have to use Aspose.Cells.dll only.
Hi Shakeel,
Hi,
Thanks for your posting and using Aspose.Cells.
We will look into this issue and let you know the Python code. However, could you meanwhile convert the following VB script into Python because the approach should be similar.
The following VB script creates a Workbook object with some text in cell A1. I have also attached the output Excel file generated by it for your reference.
VB Script
Dim xls
Set xls = CreateObject(“Aspose.Cells.Workbook”)
'Put data into the workbook
Dim sheet
’Get the first worksheet (default worksheet)
Set sheet = xls.worksheets.item(0)
Dim cells
Set cells = sheet.cells
Dim cell
Set cell = cells.item_3(“A1”)
cell.PutValue “Hello World!”
'Save the document
xls.Save “output.xls”
Hi Shakeel,
helper = win32com.client.Dispatch('Aspose.Words.ComHelper')
doc = helper.Open('input.docx')
doc.Save('output.pdf')
Hi,
Thanks for your posting and using Aspose.Cells.
You can use Aspose.Cells for Cloud for the same purpose. It is language independent and you can convert your Excel file into PDF using it with Python.
Please read the following product pages to get familiar with the Cloud APIs.
Shakeel,
Hi,
Thanks for your posting and considering Aspose.
Sure, we will look into it and get back to you. Meanwhile for your issue related to PPT(Aspose.Slides), please post your question in Aspose.Slides forum so that Aspose.Slides team could also look into your issue and help you with your question.
Thanks for your cooperation.
hi ram0812!
http://www.aspose.com/docs/display/cellsnet/Using+the+COM+Interface Hi,
Thanks for your posting and using Aspose.Cells.
I wrote the following Python script which creates a
workbook, writes a string in cell A1 of first worksheet and saves the
workbook in pdf format. It works fine. However, when I tried to open the existing Excel document, I could not find any way.
Earlier there was “Aspose.Cells.Interop.InteropHelper” i.e Aspose.Cells.Interop.dll that could be
used for this purpose but now there is no such dll. Also workbook does
not have any open method too.
We have therefore logged a New Feature request in our database to support this feature. We will look into it and implement it if possible. Once, it will be available or we have some other update for you, we will let you know asap.
This issue has been logged as
Hi Wang Qi,
ram0812:
Hi,However, according to the documentation it says that I need to register Aspose.Cells.Interop.dll asregasm Aspose.Cells.Interop.dll /codebasehttp://www.aspose.com/docs/display/cellsnet/Using+the+COM+InterfaceHowever, aspose.cells.interop.dll is not found in my aspose installation directory. As a result I am stuck with the conversion.Please find attached the Aspose.Cells.Interop.Dll file used the document for your requirements.Thank you.
Amjad,
Hi Ram,
Thanks for your posting and using Aspose.Cells.
It is good to know that you got the Aspose.Cells Interop DLL. Please try it and let us know how it goes at your end. In case of any issues, let us know. We will look into it and help you further.