Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 82,029 for

workbook

(0.06 sec)
  1. Primary and Second Axis with Node.js via C++|Do...

    Learn how to understand and work with primary and secondary axes in Aspose.Cells for Node.js via C++. Our guide will help you understand the differences between primary and secondary axes, and how to configure and use them effectively in your charts....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/primary-and-se...
  2. Working with Worksheets using Aspose.Cells|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....Cells Convert Workbook to HTML using Aspose.Cells...Scrollbars of Workbooks Display and Hide Tabs of Workbook using Aspose...

    docs.aspose.com/cells/java/working-with-workshe...
  3. Use LightCells API build xls ,throw Exception O...

    using Aspose.Cells; namespace ConsoleApp17 { public class WriteUsingLightCellsAPI { public static void Run() { // The path to the documents directory. var fileName = $“F:\temp\{DateTime.Now:yyyyMMHHmmss}.xls”; …...colsCount = 30; var workbook = new Workbook(); var saveOptions...TestDataProvider(workbook, rowsCount, colsCount); workbook.Save(fileName...

    forum.aspose.com/t/use-lightcells-api-build-xls...
  4. Loading, Saving and Converting|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....Defined Names while loading Workbook Read and Write Tab Delimited...File Format Convert Excel Workbook to PDF Converting Worksheet...

    docs.aspose.com/cells/cpp/loading-saving-and-co...
  5. How to Rotate Text of Cell|Documentation

    Learn how to rotate text of a cell programmatically using Aspose.Cells for Node.js via C++....Excel Workbook First, you need to load the Excel workbook using...Aspose.Cells. You can use the Workbook class to open an existing...

    docs.aspose.com/cells/nodejs-cpp/how-to-rotate-...
  6. Manage settings of Excel spreadsheet files|Docu...

    Manage settings of Microsoft Excel files....of Revision Logs in Shared Workbook Opening Excel File without...set AutoRecover property of Workbook How to Control Sheet Tab Bar...

    docs.aspose.com/cells/python-net/workbook-setti...
  7. 用C++计算Excel 2016的MINIFS和MAXIFS函数|Documentation

    本文介绍如何使用Aspose.Cells库在C++中计算Microsoft Excel 2016的MINIFS和MAXIFS函数。...2016的MINIFS和MAXIFS函数 下面的示例代码加载 示例Excel文件 ,调用 Workbook.CalculateFormula() 方法通过Aspose...\\ " ); // Load your source workbook containing MINIFS and MAXIFS...

    docs.aspose.com/cells/zh/cpp/calculation-of-exc...
  8. While converting XLSX to PDF Dynamic marker is ...

    I have applied Dynamic marker in template.xlsx but it is not reflecting in Generated PDF file. JAVA Code . WorkbookDesigner w=new WorkbookDesigner(); Template template=dao.getTemplate(templateID); InputStream inp…...getTemplateData()); Workbook workbook=new Workbook(inputStream); w...w.setWorkbook(workbook); DataSource dataSourse=dao.getTemplateData();...

    forum.aspose.com/t/while-converting-xlsx-to-pdf...
  9. 使用ChartGlobalizationSettings类通过Node.js与C++设置图表组...

    了解如何在Aspose.Cells for Node.js via C++中使用ChartGlobalizationSettings类为图表组件设置不同语言。我们的指南将帮助您理解如何本地化图表元素、标签和图例。...Create an instance of existing Workbook const dataDir = path . join...xlsx" ); const workbook = new AsposeCells . Workbook ( pathName );...

    docs.aspose.com/cells/zh/nodejs-cpp/using-chart...
  10. 使用C++在共享工作簿中更新保存历史记录的天数|Documentation

    学习如何使用Aspose.Cells的C++ API更新共享工作簿中保存历史的天数。...Create empty workbook Workbook wb ; // Share the workbook wb . GetSettings...SetDaysPreservingHis ( 7 ); // Save the workbook wb . Save ( u "outputShar...

    docs.aspose.com/cells/zh/cpp/update-days-preser...