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

xlsx

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

    Learn how to specify an 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. 用 C++ 添加带内置样式的文字艺术(WordArt)文本|Documentation

    学习如何用 Aspose.Cells for C++ 添加带内置样式的文字艺术文本。...workbook in xlsx format wb . Save ( outDir + u "output_out.xlsx" ); std...

    docs.aspose.com/cells/zh/cpp/add-word-art-text-...
  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. Insert Timeline with C++|Documentation

    Learn how to create a timeline with Aspose.Cells using C++....saves the workbook in the output XLSX file. The following screenshot...U16String inputFilePath = u "input.xlsx" ; Workbook wb ( inputFilePath...

    docs.aspose.com/cells/cpp/create-timeline/
  6. 用C++移除透视连接|Documentation

    学习如何使用C++和Aspose.Cells库移除透视连接。...xlsx" ; Workbook wb ( inputFilePath...Save the workbook in output XLSX format U16String outputFilePath...

    docs.aspose.com/cells/zh/cpp/remove-pivot-conne...
  7. Specify the Far East and Latin Name of the Font...

    Learn how to specify Far East and Latin font names in text options of shapes using Aspose.Cells for Node.js via C++....xlsx" ); // Create empty workbook..."outputSpecifyFarEast.xlsx" , AsposeCells . SaveFormat . Xlsx ); AI Document...

    docs.aspose.com/cells/nodejs-cpp/specify-the-fa...
  8. Get Started|Aspose.PDF for JavaScript via C++

    This section describes the basic principles of work Aspose.PDF for JavaScript via C++. Aspose.PDF for JavaScript via C++ supports a wide variety of functions....PDF to DocX Convert a PDF to XlsX Convert PDF to Grayscale Convert...

    docs.aspose.com/pdf/javascript-cpp/get-started/
  9. 在使用 C++ 通过 Node.js 保存为 HTML 时启用 CSS 自定义属性|Docum...

    学习如何在将 Excel 文件保存为 HTML 时启用 CSS 自定义属性,使用 Aspose.Cells for Node.js via C++。...xlsx) 和生成的【输出 HTML】(50528261.zip)...dataDir , "sampleEnableCssCusto.xlsx" )); const opts = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/enable-css-...
  10. How to change background in comment in Excel wi...

    How to change the color of a comment in Excel. How to insert a picture or image into a comment in Excel using C++....sample code below creates an XLSX file from scratch using Aspose...

    docs.aspose.com/cells/go-cpp/how-to-set-comment...