Sort Score
Result 10 results
Languages All
Labels All
Results 3,001 - 3,010 of 82,065 for

workbook

(0.06 sec)
  1. Avoid Blank Page in Output PDF when there is No...

    Learn how to Avoid Blank Page in Output PDF when there is Nothing to Print with Aspose.Cells for Python via .NET API....sample code creates an empty workbook and then saves it as PDF after...StackTrace: at Aspose . Cells . Workbook . Save ( String fileName ...

    docs.aspose.com/cells/python-net/avoid-blank-pa...
  2. 限制生成的页数——Excel转PDF的C++方案|Documentation

    了解如何在将Excel电子表格转换为PDF时限制生成的页数,使用编号Aspose.Cells for Node.js via C++。...file const workbook = new AsposeCells . Workbook ( path . join...2 ); // Save the PDF file workbook . save ( path . join ( dataDir...

    docs.aspose.com/cells/zh/nodejs-cpp/limit-the-n...
  3. Update XLT File using Python | products.aspose.com

    Modify XLT document in Python applications without using Microsoft Excel....File in Python Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/python-java/update/xlt/
  4. 使用Node.js通过C++隐藏叠加内容CrossHideRight,保存为HTML|Docu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...HTML with HtmlSaveOptions workbook . save ( path . join ( dataDir...

    docs.aspose.com/cells/zh/nodejs-cpp/hiding-over...
  5. Export XLSX to POWERPOINT in Android or with fr...

    Android API to Convert XLSX to POWERPOINT without using Microsoft Word or online. Test free XLSX to POWERPOINT online converter quickly before integrating the code....POWERPOINT Open XLSX file using Workbook class Convert XLSX to PDF...file using Workbook class Workbook book = new Workbook ( "input...

    products.aspose.com/total/android-java/conversi...
  6. 使用内置文档属性指定Excel文件的版本号(Node.js via C++)|Document...

    学习如何使用内置文档属性以编程方式指定Excel文件的版本号(Node.js via C++)。...Create workbook object const wb = new AsposeCells . Workbook ();...Version - 18.3" ); // Save the workbook in xlsx format wb . save (...

    docs.aspose.com/cells/zh/nodejs-cpp/specify-doc...
  7. Find out if VBA Project is Protected|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....following sample code creates a workbook and then checks if its VBA...Protect the VBA Project of Excel Workbook Check if VBA Project is Protected...

    docs.aspose.com/cells/net/find-out-if-vba-proje...
  8. Aspose.Cells Template and RDL Files|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....template is a Microsoft Excel workbook that contains report layout...retrieved and opened as a workbook in Microsoft Excel. Aspose...

    docs.aspose.com/cells/reportingservices/aspose-...
  9. Link Cells to XML Map Elements|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....respectively and then saves the workbook in output excel file . If...Close Import XML Map inside a Workbook using Aspose.Cells Query Cell...

    docs.aspose.com/cells/java/link-cells-to-xml-ma...
  10. Aspose.Cells - Incorrect html is saved - Free S...

    I need to save certain range of cells as html. I use Workbook.Save xlsx file as html: Workbook.Save(fs, htmlOptions); Save as HTML method does not work. 25.3.0 - Works correctly 25.4.0 - Does not work var input = @"…... I use Workbook.Save xlsx file as html: workbook.Save(fs, htmlOptions);...var workbook = new Workbook(input); var name = workbook.Worksheets...

    forum.aspose.com/t/aspose-cells-incorrect-html-...