Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 20,634 for

custom data

(0.89 sec)
  1. Facing Issue in percentage formatting - Free Su...

    Hi I am trying to export excel where I am getting some Data in decimal format and I need to convert that Data in percentage format I am using below method in .Net Core, private static void FormatPercentCell(Aspose.Cell…...some data in decimal format and I need to convert that data in...style = cell.GetStyle(); style.Custom = “0.00%”; cell.SetStyle(style);...

    forum.aspose.com/t/facing-issue-in-percentage-f...
  2. Convert CSV to PPTM via PHP or with free Online...

    PHP API to Convert CSV to PPTM or Online App without using Microsoft Excel or Powerpoint. Test free CSV to PPTM online converter quickly before integrating the code....used format for storing tabular data, resembling a spreadsheet or...or database. It consists of data separated by commas, where each...

    products.aspose.com/total/php-java/conversion/c...
  3. Convert XLS to PPSM via PHP or with free Online...

    PHP API to Convert XLS to PPSM or Online App without using Microsoft Excel or Powerpoint. Test free XLS to PPSM online converter quickly before integrating the code....format for storing spreadsheet data. It is associated with Microsoft...binary-based, meaning that it stores data in binary form rather than using...

    products.aspose.com/total/php-java/conversion/x...
  4. Opening Files with Different Formats|Documentation

    Aspose.Cells for Go via C++ API allows you to open/read different formats like XLSX, HTML, CSV, ODS, TSV, SXC, FODS, etc.... Data is stored as a table where each...spreadsheet data to CSV. Opening Text Files with Custom Separator...

    docs.aspose.com/cells/go-cpp/opening-files-with...
  5. FontSavingArgs | Aspose.Words for Java

    Provides Data for the IFontSavingCallback.fontSavingcom.aspose.words.FontSavingArgs event in Java....class FontSavingArgs Provides data for the IFontSavingCallback...Examples: Shows how to define custom logic for exporting fonts when...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose Slides WaterFall Chart - Free Support Fo...

    Hello Team, We are using Aspose.Slides in our .Net Core application and trying to create ChartType.WaterFall by adding chart into slide using slide.Shapes.AddChart() method. We are facing issue in formatting the number…...ToUInt16(20); var data = showCost ? costValues : values;...values; for (int i = 0; i < data.Count; i++) { var dp = series...

    forum.aspose.com/t/aspose-slides-waterfall-char...
  7. Calculate Formulas with C++|Documentation

    This article introduces how to use the Aspose.Cells library to calculate formulas in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk.... \\ Data \\ 01_SourceDirectory \\ " );...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/cpp/calculate-formulas/
  8. Aspose::Words::IWarningCallback interface | Asp...

    Aspose::Words::IWarningCallback interface. Implement this interface if you want to have your own Custom method called to capture loss of fidelity warnings that can occur during document loading or saving in C++....if you want to have your own custom method called to capture loss...result in loss of formatting or data fidelity. Examples Shows how...

    reference.aspose.com/words/cpp/aspose.words/iwa...
  9. Aspose::Words::Drawing::Charts::AxisTimeUnit en...

    Aspose::Words::Drawing::Charts::AxisTimeUnit enum. Specifies the unit of time for axes in C++....Days 1 Specifies that the chart data shall be shown in days. Months...Months 2 Specifies that the chart data shall be shown in months. Years...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. IFieldMergingCallback | Aspose.Words for Java

    Implement this interface if you want to control how Data is inserted into merge fields during a mail merge operation in Java....interface if you want to control how data is inserted into merge fields...merge with a custom callback that handles merge data in the form...

    reference.aspose.com/words/java/com.aspose.word...