Sort Score
Result 10 results
Languages All
Labels All
Results 2,501 - 2,510 of 26,438 for

data source

(0.39 sec)
  1. Convert Text to Columns using Aspose.Cells with...

    Learn how to convert text to columns in Excel files using Aspose.Cells for C++....is available from Data Tools under the Data tab. In order to split...column into multiple columns, the data should contain a specific delimiter...

    docs.aspose.com/cells/cpp/convert-text-to-colum...
  2. Chart Legend Is Missing When Converting PPTX to...

    This morning we discovered another problem with graph conversion. I use this topic because all the Data regarding our environment is mentioned here. If needed, new one can be created. The Data from the box on the top di…...use this topic because all the data regarding our environment is...new one can be created. The data from the box on the top disappears...

    forum.aspose.com/t/chart-legend-is-missing-when...
  3. Insert Background Image to Excel with Node.js v...

    How to insert a background image to Excel using Aspose.Cells for Node.js via C++....background without obscuring the data on the sheet. You can set a...= path . join ( __dirname , "data" ); const backgroundImagePath...

    docs.aspose.com/cells/nodejs-cpp/insert-backgro...
  4. Set Column Width to Scalable Unit like em or pe...

    Learn how to set column width to scalable units like em or percent in Aspose.Cells for Node.js via C++. Improve the presentation of generated HTML tables.... Sample source file and output files can be...cells.node" ); // Load sample source file const dataDir = path ...

    docs.aspose.com/cells/nodejs-cpp/set-column-wid...
  5. 使用Aspose.Cells在C++中创建Excel工作簿中的签名行|Documentation

    本文介绍如何使用C++代码结合Aspose.Cells for C++在Excel工作簿中创建签名行。...// Source directory path U16String srcDir ( u ".. \\ Data \\...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/zh/cpp/create-signature-l...
  6. 用C++检查工作簿中的VBA项目是否已签名|Documentation

    用Aspose.Cells在C++中检测工作簿中的VBA项目是否已签名...// For complete examples and data files, please go to https://github...// Source directory path U16String srcDir ( u ".. \\ Data \\...

    docs.aspose.com/cells/zh/cpp/check-if-vba-proje...
  7. 使用C++指定DBNum自定义格式化的示例|Documentation

    Aspose.Cells是一个支持使用自定义格式化模式的电子表格处理C++库。本文将向你展示如何使用Aspose.Cells库指定 dbnum 自定义格式,让用户更好地控制数字的显示方式。...// Source directory path U16String srcDir ( u ".. \\ Data \\...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/zh/cpp/specifying-dbnum-c...
  8. 使用C++处理Shape或Chart的ThreeDFormat|Documentation

    学习如何用C++操控形状或图表的3D格式。...// Source directory path U16String srcDir ( u ".. \\ Data \\...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/zh/cpp/working-with-the-t...
  9. Working with the Shadow Effect of Shape or Char...

    Learn how to work with the shadow effect of shapes or charts using Aspose.Cells for Node.js via C++....following sample code loads the source Excel file, accesses the first...= path . join ( __dirname , "data" ); const filePath = path ....

    docs.aspose.com/cells/nodejs-cpp/working-with-t...
  10. Setting Shared Formula with C++|Documentation

    Learn how to set shared formulas in Excel worksheets using Aspose.Cells with C++....have a worksheet filled with data in a format that looks like...Input file with one column of data You want to add a function in...

    docs.aspose.com/cells/cpp/setting-shared-formula/