Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 940 for

cellshelper

(0.14 sec)
  1. Create a Funnel Chart in Excel using Java

    Follow this article to create a Funnel chart in Excel using Java. It has details to set the IDE, a list of steps, and a sample code to generate a Funnel chart using Java....range strings using the CellsHelper Define the chart placement...

    kb.aspose.com/cells/java/create-a-funnel-chart-...
  2. 在通过 C++ 采用 JavaScript 转换 Excel 为 PDF 时渲染 Office...

    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.... CellsHelper . version ; // Save workbook...

    docs.aspose.com/cells/zh/javascript-cpp/render-...
  3. Merge Files with Node.js via C++|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....To avoid this, use the **CellsHelper.mergeFiles(string[], string...large files using the **CellsHelper.mergeFiles(string[], string...

    docs.aspose.com/cells/nodejs-cpp/merge-files/
  4. Get a column heading|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....string ColumnHeadingName = CellsHelper . CellIndexToName ( 0 , Cell...

    docs.aspose.com/cells/net/get-a-column-heading/
  5. PDF Output differences in Aspose.Cells.Cpp comp...

    Hi, please see the XLSX attached. When I save it to PDF using Aspose, there are some differences in the result compared to using Microsoft Excel. I am suing Aspose.Cells, C++, 26.08. Following code: U16String fileName…...Startup(); std::cout << CellsHelper::GetDPI() << std::endl; std::cout...try the same resolution CellsHelper::SetDPI(96); , and share...

    forum.aspose.com/t/pdf-output-differences-in-as...
  6. 获取列标题|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....string ColumnHeadingName = CellsHelper . CellIndexToName ( 0 , Cell...

    docs.aspose.com/cells/zh/net/get-a-column-heading/
  7. Trust Permissions on Web Server|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....Set the fonts directory CellsHelper . FontDir = MapPath ( "~"...

    docs.aspose.com/cells/net/declaration/
  8. Implement Custom Calculation Engine to extend t...

    This article describes how to extend the default calculation engine in Node.js by implementing a custom calculation engine using the Aspose.Cells library for Node.js via C++. Load an existing Excel file or create a new one to use the methods provided and save the modified Excel file.... CellsHelper . getDoubleFromDateTim (...

    docs.aspose.com/cells/nodejs-cpp/implement-cust...
  9. 通过Node.js和C++提供导出工作表HTML文件路径的IFilePathProvider接...

    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.... CellsHelper . getVersion ()); console.... debug ( AsposeCells . CellsHelper . getVersion ()); process...

    docs.aspose.com/cells/zh/nodejs-cpp/provide-exp...
  10. How to Add Icon Sets Conditional Formatting|Doc...

    How to use the Aspose.Cells for Python via .NET library to apply Icon Sets conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....start_row , start_col = CellsHelper . cell_name_to_index ( str_cell_range...else : end_row , end_col = CellsHelper . cell_name_to_index ( str_cell_range...

    docs.aspose.com/cells/python-net/how-to-add-ico...