Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 134,800 for

xlsx

(0.06 sec)
  1. Specify Individual or Private Set of Fonts for ...

    Learn how to specify individual or private set of fonts for workbook rendering using Aspose.Cells for C++....LoadOptions opts ( LoadFormat :: Xlsx ); opts . SetFontConfigs ( fontConfigs...wb ( u "sampleSpecifyIndivid.xlsx" , opts ); // Save to PDF format...

    docs.aspose.com/cells/cpp/specify-individual-or...
  2. Filtering the kind of data while loading the wo...

    Learn how to filter specific data types while loading a workbook from a template file using Aspose.Cells with C++....loadOptions ( LoadFormat :: Xlsx ); loadOptions . SetLoadFilter...srcDir + u "sampleFilterChars.xlsx" , loadOptions ); // Save the...

    docs.aspose.com/cells/cpp/filtering-the-kind-of...
  3. Link Cells to XML Map Elements with Node.js via...

    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" )); // Access the Xml Map inside..."/root/row/FIELD8" ); // Save the workbook in xlsx format workbook . save ( path...

    docs.aspose.com/cells/nodejs-cpp/link-cells-to-...
  4. 使用 Node.js 和 C++ 添加带有内置样式的 Word Art 文字|Document...

    学习如何用 Aspose.Cells for Node.js via C++ 添加带有内置样式的 Word Art 文字。在Excel中使用内置样式创建具有视觉吸引力的文本。...xlsx" ); // Loads the workbook which...800 ); // Save the workbook in xlsx format wb . save ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/add-word-ar...
  5. Setting Shared Formula in Aspose.Cells|Document...

    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" ; //Instantiate a Workbook...Save ( FileName , SaveFormat . Xlsx ); Download Sample Code Github...

    docs.aspose.com/cells/net/setting-shared-formul...
  6. Refresh Values of Linked Shapes with C++|Docume...

    Learn how to refresh values of linked shapes in Excel files using Aspose.Cells for C++....save your workbook in XLS or XLSX format. However, if you want...srcDir + u "sampleRefreshValueOf.xlsx" ); // Access first worksheet...

    docs.aspose.com/cells/cpp/refresh-values-of-lin...
  7. 使用C++将工作簿保存为严格Open XML电子表格格式|Documentation

    了解如何使用Aspose.Cells for C++将工作簿保存为严格Open XML电子表格格式。...xlsx" , SaveFormat :: Xlsx ); std :: cout <<...

    docs.aspose.com/cells/zh/cpp/save-workbook-to-s...
  8. Creating Pie Chart with Leader Lines|Documentation

    Learn how to use Aspose.Cells for .NET to create a pie chart with leader lines in Microsoft Excel. Our guide will demonstrate how to add leader lines that connect data points to the legend and enhance the overall clarity of your chart....image format and the workbook in XLSX format. Resultant Pie Chart...

    docs.aspose.com/cells/net/creating-pie-chart-wi...
  9. Convert Chart to Localized Image with Node.js v...

    Learn how to set globalization configurations for charts using Aspose.Cells for Node.js via C++. Our guide demonstrates how to configure the chart to support multiple languages and regional formats to correctly display text, dates, and numbers in different languages.... When you open an xlsx file with a chart in Excel,...

    docs.aspose.com/cells/nodejs-cpp/convert-chart-...
  10. How to create a tornado chart|Documentation

    Learn how to create a tornado chart with Aspose.Cells for .NET API....saves the workbook to output XLSX format . The following screenshot...

    docs.aspose.com/cells/net/create-tornado-chart/