Sort Score
Result 10 results
Languages All
Labels All
Results 2,911 - 2,920 of 100,085 for

workbook

(0.15 sec)
  1. Public API Changes in Aspose.Cells 16.12.0|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....initializing an instance of Workbook from a template file. Here...LoadOptions class Workbook book = new Workbook ( dir + "sample...

    docs.aspose.com/cells/java/public-api-changes-i...
  2. Get Equation Text of Chart Trendline with Node....

    Learn how to use Aspose.Cells for Node.js via C++ to retrieve the equation text of a trendline in a chart created in Microsoft Excel. Our guide will demonstrate how to access and extract the equation text of a trendline for further analysis or display....Create workbook object from source Excel file const workbook = new...new AsposeCells . Workbook ( path . join ( dataDir , "source.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/get-equation-t...
  3. Apply Styles to Ranges in Workbooks|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....Apply Styles to Ranges in Workbooks Contents [ Hide ] Below is...and columns of workbooks: VSTO Excel . Workbook myWorkbook = this...

    docs.aspose.com/cells/net/apply-styles-to-range...
  4. Set the Values Format Code of Chart Series with...

    Learn how to set the values format code of chart series in Aspose.Cells for Node.js via C++. This guide will help you understand how to format your chart series data using the appropriate format code, allowing you to present your data accurately and professionally....file const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/set-the-values...
  5. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set line spacing, space before, and space after in a paragraph within a shape or textbox using Aspose.Cells for C++....02_OutputDirectory \\ " ); // Create a workbook Workbook wb ; // Access first worksheet...SetSpaceBefore ( 10 ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/cpp/set-line-spacing-of-t...
  6. 用 C++ 创建每行拥有不同水平对齐方式的文本框|Documentation

    学习如何用 Aspose.Cells 和 C++ 创建每行具有不同横向对齐方式的文本框。...02_OutputDirectory \\ " ); // Create a workbook Workbook wb ; // Access first worksheet...TextAlignmentType :: Right ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/create-textbox-in-...
  7. 使用 C++ 在加载工作簿或工作表时筛选对象 Node.js 版本|Documentation

    学习如何在加载工作簿或工作表时使用 Aspose.Cells for Node.js via C++ 进行筛选。...// Filter charts from the workbook. const lOptions = new AsposeCells...Load the workbook with above filter. const workbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/filter-obje...
  8. 在处理拥有大型数据集的大文件时优化内存使用|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...."text/javascript" > const { Workbook , SaveFormat , MemorySetting...; // Allow creating a new workbook even if no file selected;...

    docs.aspose.com/cells/zh/javascript-cpp/optimiz...
  9. 使用 C++ 自动调整合并单元格的行高|Documentation

    了解如何使用 Aspose.Cells for C++ 自动调整 Excel 中合并单元格的行高。...(); // Create a new workbook Workbook workbook ; // Get the first...worksheet Worksheet sheet1 = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/autofit-rows-for-m...
  10. De excel a prn - Free Support Forum - aspose.com

    de excel a prn...el siguiente: Workbook workbook = new Workbook(filePath + "sample...TxtSaveOptions(); options.Separator = ' '; workbook.Save(filePath + "out_net.prn"...

    forum.aspose.com/t/de-excel-a-prn/310848